Re: pgbench: option delaying queries till connections establishment?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>,
Marina Polyakova <m.polyakova@postgrespro.ru>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
kuroda.hayato@fujitsu.com, David Rowley <dgrowleyml@gmail.com>
Date: 2021-03-13T06:31:39Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > On Sat, Mar 13, 2021 at 4:59 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Looks reasonable by eyeball. If you'd push it, I can launch >> a gaur run right away. > Done. gaur's gotten through "make" and "make check" cleanly. Unfortunately I expect it will fail at the pg_amcheck test before it reaches pgbench. But for the moment it's reasonable to assume we're good here. Thanks! regards, tom lane
Commits
-
Fix new pthread code to respect --disable-thread-safety.
- de91c3b976cf 14.0 landed
-
Add missing pthread_barrier_t.
- 44bf3d5083e1 14.0 landed
-
pgbench: Improve time logic.
- 547f04e7348b 14.0 landed
-
pgbench: Refactor thread portability support.
- b1d6a8f86813 14.0 landed
-
pgbench: Synchronize client threads.
- aeb57af8e640 14.0 landed
-
Fix bogus logic for skipping unnecessary partcollation dependencies.
- 84d514887f9c 12.0 cited