From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add PG_TEST_EXTRA configure option to the Make builds |
Date: | 2024-11-04 12:25:37 |
Message-ID: | E1t7w9I-0007vE-RW@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add PG_TEST_EXTRA configure option to the Make builds
The Meson builds have PG_TEST_EXTRA as a configure-time variable,
which was not available in the Make builds. To ensure both build
systems are in sync, PG_TEST_EXTRA is now added as a configure-time
variable. It can be set like this:
./configure PG_TEST_EXTRA="kerberos, ssl, ..."
Note that to preserve the old behavior, this configure-time variable
is overridden by the PG_TEST_EXTRA environment variable when you run
the tests.
Author: Jacob Champion
Reviewed by: Ashutosh Bapat, Nazir Bilal Yavuz
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/99b937a44f087c133c4db42e1bf4a8990ea417b9
Modified Files
--------------
configure | 6 ++++++
configure.ac | 2 ++
src/Makefile.global.in | 10 ++++++++++
src/test/Makefile | 5 -----
4 files changed, 18 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2024-11-04 13:48:19 | pgsql: Fix comment in LockReleaseAll() on when locallock->nLock can be |
Previous Message | Peter Eisentraut | 2024-11-04 07:02:18 | Re: pgsql: doc: improve build for non-Latin1 characters |