forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc5c1cc3
committed
This patch will ensure that the hash table iteration performed by
AtCommit_Portals is restarted when a portal is deleted. This isnecessary since the deletion of a portal may cause the deletion ofanother which on rare occations may cause the iterator to return adeleted portal an thus a renewed attempt delete.Thomas Hallgren1 parentbe1cc69 commitc5c1cc3
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 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 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 | 478 |
| |
485 | 479 |
| |
486 | 480 |
| |
| |||
516 | 510 |
| |
517 | 511 |
| |
518 | 512 |
| |
| 513 | + | |
| 514 | + | |
| 515 | + | |
519 | 516 |
| |
520 | 517 |
| |
521 | 518 |
| |
|
0 commit comments
Comments
(0)