forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8299e75
committed
following is a little fix for libpq.
PQexec handles the possibility of multiple results from one query by simply submitting an empty query after the first result and waiting for an 'I' message. Rules can generate errors with transaction abort after the first 'C' message was recieved (e.g. if a C-language function used in a rule calls elog(WARN, ...)). Thus we have to look for.Jan(wieck@sapserv.debis.de)1 parent6399c74 commit8299e75
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
| 462 | + | |
462 | 463 |
| |
463 | 464 |
| |
464 | 465 |
| |
| |||
472 | 473 |
| |
473 | 474 |
| |
474 | 475 |
| |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
475 | 484 |
| |
476 | 485 |
| |
| 486 | + | |
| 487 | + | |
| 488 | + | |
477 | 489 |
| |
478 | 490 |
| |
479 | 491 |
| |
|
0 commit comments
Comments
(0)