pgsql: Don't use pgbench -j in tests - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Don't use pgbench -j in tests
Date
Msg-id [email protected]
Whole thread Raw
List 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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]

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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unnecessary includes of
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions