Re: meson PGXS compatibility
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers@postgresql.org, Nazir Bilal Yavuz <byavuz81@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-10-06T19:11:53Z
Lists: pgsql-hackers
Hi, On 2022-10-06 11:34:26 +0200, Peter Eisentraut wrote: > On 05.10.22 22:07, Andres Freund wrote: > > My colleague Bilal has set up testing and verified that a few extensions build > > with the pgxs compatibility layer, on linux at last. Currently pg_qualstats, > > pg_cron, hypopg, orafce, postgis, pg_partman work. He also tested pgbouncer, > > but for him that failed both with autoconf and meson generated pgxs. > > pgbouncer doesn't use pgxs. Ah, right. It'd still be interesting to make sure it works, but looks like the only integration point is pg_config --includedir and pg_config --libdir, so it should... Greetings, Andres Freund
Commits
-
meson: Add basic PGXS compatibility
- 5bdd0cfb9103 16.0 landed
-
autoconf: Move export_dynamic determination to configure
- 9db49fc5bfdc 16.0 landed
-
autoconf: Don't AC_SUBST() LD in configure
- 069de07eae73 16.0 landed
-
autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
- e0f0e08e17a6 16.0 landed
-
autoconf: Rely on ar supporting index creation
- 2473cb9ff374 16.0 landed