forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6737111
committed
When restoring GUCs in parallel workers, show an error context.
Otherwise it can be hard to see where an error is coming from, whenthe parallel worker sets all the GUCs that it received from theleader. Bug #15726. Back-patch to 9.5, where RestoreGUCState()appeared.Reported-by: Tiago AnastacioReviewed-by: Daniel Gustafsson, Tom LaneDiscussion:https://postgr.es/m/15726-6d67e4fa14f027b3%40postgresql.org1 parent6f1e336 commit6737111
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9594 | 9594 |
| |
9595 | 9595 |
| |
9596 | 9596 |
| |
| 9597 | + | |
| 9598 | + | |
| 9599 | + | |
| 9600 | + | |
| 9601 | + | |
| 9602 | + | |
| 9603 | + | |
| 9604 | + | |
| 9605 | + | |
| 9606 | + | |
| 9607 | + | |
| 9608 | + | |
| 9609 | + | |
| 9610 | + | |
| 9611 | + | |
9597 | 9612 |
| |
9598 | 9613 |
| |
9599 | 9614 |
| |
| |||
9612 | 9627 |
| |
9613 | 9628 |
| |
9614 | 9629 |
| |
| 9630 | + | |
9615 | 9631 |
| |
9616 | 9632 |
| |
9617 | 9633 |
| |
| |||
9624 | 9640 |
| |
9625 | 9641 |
| |
9626 | 9642 |
| |
| 9643 | + | |
| 9644 | + | |
| 9645 | + | |
| 9646 | + | |
| 9647 | + | |
| 9648 | + | |
9627 | 9649 |
| |
9628 | 9650 |
| |
9629 | 9651 |
| |
| 9652 | + | |
9630 | 9653 |
| |
9631 | 9654 |
| |
9632 | 9655 |
| |
| |||
9641 | 9664 |
| |
9642 | 9665 |
| |
9643 | 9666 |
| |
| 9667 | + | |
| 9668 | + | |
| 9669 | + | |
9644 | 9670 |
| |
9645 | 9671 |
| |
9646 | 9672 |
| |
| |||
9649 | 9675 |
| |
9650 | 9676 |
| |
9651 | 9677 |
| |
| 9678 | + | |
9652 | 9679 |
| |
| 9680 | + | |
| 9681 | + | |
9653 | 9682 |
| |
9654 | 9683 |
| |
9655 | 9684 |
| |
|
0 commit comments
Comments
(0)