Columnar storage extension for Postgres built as a foreign data wrapper. Check out https://github.com/citusdata/citus for a modernized columnar storage implementation built as a table access method.
Apache License 2.0
1.76k
stars
171
forks
source link
v1.7.0 download files does not support PostgreSQL 13 #253
v1.7.0 donwload files does not contain changes for support PostgreSQL 13. Due to network security reasons we could not clone. Hence we download v1.7 zip file and do make & make install the library and we ended up with error :
"Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this extension. Stop.".
v1.7.0 donwload files does not contain changes for support PostgreSQL 13. Due to network security reasons we could not clone. Hence we download v1.7 zip file and do make & make install the library and we ended up with error :
"Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this extension. Stop.".
When we cloned repo, build was successfull.