pgsql: Revive test of concurrent OID generation. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Revive test of concurrent OID generation.
Date
Msg-id E1hmOl5-0008G6-2D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revive test of concurrent OID generation.

Commit 578b229718e8f15fa779e20f086c4b6bb3776106 replaced it with a
concurrent "nextval" test.  That version does not detect PostgreSQL's
incompatibility with xlc 13.1.3, so bring back an OID-based test that
does.  Back-patch to v12, where that commit first appeared.

Discussion: https://postgr.es/m/20190707170035.GA1485546@rfd.leadboat.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dffb891d78cb0db0db010c2f263b8cff72e03aaa

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix some inconsistencies in MSVC scripts
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix documentation for pgbench tpcb-like.