pgsql: Fix pgbench TAP tests to work with --disable-thread-safety.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pgbench TAP tests to work with --disable-thread-safety.
Date: 2017-09-08 21:25:18
Message-ID: E1dqQm6-0002vj-L9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pgbench TAP tests to work with --disable-thread-safety.

Probably matters to nobody but me; but I'd like to still be able to get
through the TAP tests on gaur/pademelon, from time to time.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2cf15ec8b1cb29bea149559700566a21a790b6d3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-09-08 21:35:00 pgsql: Allow a partitioned table to have a default partition.
Previous Message Tom Lane 2017-09-08 20:59:32 pgsql: Doc: update v10 release notes through today.