Revive test of concurrent OID generation.

Noah Misch <noah@leadboat.com>

Commit: 8a0cbb88524e8b6121597285b811640ee793b3e8
Author: Noah Misch <noah@leadboat.com>
Date: 2019-07-13T20:34:22Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/pgbench/t/001_pgbench_with_server.pl modified +5 −12

Discussion