forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb120485
committed
GUC assign hooks that look at external state in deciding whether a
setting is valid must ignore that state and permit the assignment anywaywhen source is PGC_S_OVERRIDE. Otherwise they may disallow a rollbackat transaction abort, which is The Wrong Thing. Per example fromMichael Fuhr 12-Sep-04.1 parent12a2121 commitb120485
2 files changed
+13
-7
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
484 |
| - | |
| 484 | + | |
| 485 | + | |
485 | 486 |
| |
486 | 487 |
| |
487 | 488 |
| |
| |||
490 | 491 |
| |
491 | 492 |
| |
492 | 493 |
| |
493 |
| - | |
| 494 | + | |
| 495 | + | |
494 | 496 |
| |
495 | 497 |
| |
496 | 498 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
5532 | 5532 |
| |
5533 | 5533 |
| |
5534 | 5534 |
| |
5535 |
| - | |
| 5535 | + | |
| 5536 | + | |
5536 | 5537 |
| |
5537 | 5538 |
| |
5538 | 5539 |
| |
| |||
5550 | 5551 |
| |
5551 | 5552 |
| |
5552 | 5553 |
| |
5553 |
| - | |
| 5554 | + | |
| 5555 | + | |
5554 | 5556 |
| |
5555 | 5557 |
| |
5556 | 5558 |
| |
| |||
5566 | 5568 |
| |
5567 | 5569 |
| |
5568 | 5570 |
| |
5569 |
| - | |
| 5571 | + | |
| 5572 | + | |
| 5573 | + | |
5570 | 5574 |
| |
5571 | 5575 |
| |
5572 | 5576 |
| |
|
0 commit comments
Comments
(0)