pgsql: Revive test of concurrent OID generation.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revive test of concurrent OID generation.
Date: 2019-07-13 20:36:39
Message-ID: E1hmOl5-0008G5-27@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a0cbb88524e8b6121597285b811640ee793b3e8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-07-14 03:00:59 pgsql: Fix documentation for pgbench tpcb-like.
Previous Message Michael Paquier 2019-07-13 07:52:34 pgsql: Fix some inconsistencies in MSVC scripts