adjust / parquet_fdw

Parquet foreign data wrapper for PostgreSQL
PostgreSQL License
333 stars 37 forks source link

Add support of Postgres 15 #69

Closed za-arthur closed 1 year ago

za-arthur commented 1 year ago

Fixes: https://github.com/adjust/parquet_fdw/issues/65

rjablonovsky commented 9 months ago

Would the extension parquet_fdw works on postgresql 16+ or it needs some tweaks?

za-arthur commented 9 months ago

I checked it and parquet_fdw doesn't build with Postgres 16. So it will need a fix.

rjablonovsky commented 9 months ago

Does the parquet_fdw has a extensions tests that could be possible to check a fix against?

za-arthur commented 9 months ago

Unfortunately currently parquet_fdw tests cannot be run against Postgres 16 because it cannot be built and because a Postgres tool pg_regress dropped a functionality which is used by parquet_fdw tests. So source code and tests need to be adjusted.