forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a2e9c6
committed
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
false. per Tom Lane's suggestion. See:Subject: Suggested change to pgbenchFrom: Tom Lane <tgl@sss.pgh.pa.us>To: Tatsuo Ishii <t-ishii@sra.co.jp>Cc: pgsql-patches@postgreSQL.orgDate: Sun, 06 Oct 2002 12:37:27 -0400for more details.1 parente4c2967 commit9a2e9c6
1 file changed
+19
-21
lines changedLines changed: 19 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
197 | 194 |
| |
| 195 | + | |
| 196 | + | |
198 | 197 |
| |
199 | 198 |
| |
200 | 199 |
| |
| |||
367 | 366 |
| |
368 | 367 |
| |
369 | 368 |
| |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
380 | 376 |
| |
| 377 | + | |
| 378 | + | |
381 | 379 |
| |
382 | 380 |
| |
383 | 381 |
| |
|
0 commit comments
Comments
(0)