From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Don't use pgbench -j in tests |
Date: | 2023-12-04 13:04:12 |
Message-ID: | E1rA8cO-008YKN-1c@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Don't use pgbench -j in tests
It draws an unnecessary error in builds compiled without thread support.
Added by commit 038f586d5f1d, which was backpatched to 14; though in
branch master we no longer support such builds, there's no reason to
have this there, so remove it in all branches since 14.
Reported-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/ZW2G9Ix4nBKLcSSO@paquier.xyz
Branch
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/be7b4d976600fe5b52bd0d3a4e61259b55e3c0c2
Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2023-12-04 13:34:57 | pgsql: Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions |
Previous Message | Peter Eisentraut | 2023-12-04 05:41:59 | pgsql: Remove unnecessary includes of <signal.h> |