adjust / parquet_fdw

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

Adapt tests to PostgreSQL 15+ #74

Closed za-arthur closed 9 months ago

za-arthur commented 9 months ago

PostgreSQL 15 dropped support of .source files in tests:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=d1029bb5a26cb84b116b0dee4dde312291359f2a https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=dc9c3b0ff21465fa89d71eecf5e6cc956d647eca

Because of that it isn’t possible to run tests on PostgreSQL 15+.