citusdata / cstore_fdw

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

hll build error against v13 #238

Open devrimgunduz opened 4 years ago

devrimgunduz commented 4 years ago

Hi,

cstore_fdw fails to build against v13. Can you please take a look? We will likely release v13 next week.

Thanks!

Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this extension.  Stop.
devrimgunduz commented 4 years ago
cstore_fdw.c:27:10: fatal error: access/tuptoaster.h: No such file or directory
   27 | #include "access/tuptoaster.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: cstore_fdw.o] Error 1
df7cb commented 4 years ago

Ping from Debian as well!

If you fix the issue, please tag a new release.

cpaelzer commented 4 years ago

And another ping ... from Ubuntu this time ... to chime in with my fellow packagers - any update/ETA/status on this being needed for PG13 support?

StepanYankevych commented 4 years ago

Interested in PG13 support as well. Do you have any estimates?

erma07 commented 4 years ago

PostgreSQL 13 support #241