forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc0d7304
committed
The attached patch fixes a problem that I seem to have introduced
with the new support for asynchronous NOTIFY in libpgtcl. Withthe current sources, if the backend disconnects unexpectedly thenthe tcl/tk application coredumps when control next reaches the idleloop. Oops.regards, tom lane1 parenta738478 commitc0d7304
1 file changed
+13
-3
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
| 478 | + | |
478 | 479 |
| |
479 | 480 |
| |
480 | 481 |
| |
481 | 482 |
| |
482 | 483 |
| |
483 | 484 |
| |
484 | 485 |
| |
485 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
486 | 491 |
| |
487 | 492 |
| |
488 | 493 |
| |
| |||
492 | 497 |
| |
493 | 498 |
| |
494 | 499 |
| |
| 500 | + | |
495 | 501 |
| |
496 | 502 |
| |
497 | 503 |
| |
| |||
503 | 509 |
| |
504 | 510 |
| |
505 | 511 |
| |
506 |
| - | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
507 | 517 |
| |
508 | 518 |
| |
509 | 519 |
| |
|
0 commit comments
Comments
(0)