]> granicus.if.org Git - postgresql/commit
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 7 Oct 2002 05:10:02 +0000 (05:10 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 7 Oct 2002 05:10:02 +0000 (05:10 +0000)
commit9a2e9c680447486914bcff60eaa92086e8b1da25
tree6b85d7c55275717537f10f7fab23807c77716361
parente4c2967edb09cd2c9918a2ef9c5ee636ef40cb52
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
false. per Tom Lane's suggestion. See:

Subject: Suggested change to pgbench
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <t-ishii@sra.co.jp>
Cc: pgsql-patches@postgreSQL.org
Date: Sun, 06 Oct 2002 12:37:27 -0400

for more details.
contrib/pgbench/pgbench.c