[COMMITTERS] pgsql: pgbench: If we fail to send a command to the server, fail. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: pgbench: If we fail to send a command to the server, fail.
Date
Msg-id E1dxzZh-0007S1-3l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgbench: If we fail to send a command to the server, fail.

This beats the old behavior of busy-waiting hands down.

Oversight in commit 12788ae49e1933f463bc59a6efe46c4a01701b76.

Report by Pavan Deolasee. Patch by Fabien Coelho.  Reviewed by
Pavan Deolasee.

Discussion: http://postgr.es/m/CABOikdPhfXTypckMC1Ux6Ko+hKBWwUBA=EXsvamXYSg8M9J94w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e55d9643ecb87f41185941b54d632641b3852aaa

Modified Files
--------------
src/bin/pgbench/pgbench.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: psql: Update \d sequence display
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: psql: Don't try to print a partition constraint we didn'tfetch.