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/[email protected] 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(-)
