forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89a3cdb
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 parent583d86f commit89a3cdb
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9348 | 9348 |
| |
9349 | 9349 |
| |
9350 | 9350 |
| |
| 9351 | + | |
| 9352 | + | |
| 9353 | + | |
| 9354 | + | |
| 9355 | + | |
| 9356 | + | |
| 9357 | + | |
| 9358 | + | |
| 9359 | + | |
| 9360 | + | |
| 9361 | + | |
| 9362 | + | |
| 9363 | + | |
| 9364 | + | |
| 9365 | + | |
9351 | 9366 |
| |
9352 | 9367 |
| |
9353 | 9368 |
| |
| |||
9366 | 9381 |
| |
9367 | 9382 |
| |
9368 | 9383 |
| |
| 9384 | + | |
9369 | 9385 |
| |
9370 | 9386 |
| |
9371 | 9387 |
| |
| |||
9378 | 9394 |
| |
9379 | 9395 |
| |
9380 | 9396 |
| |
| 9397 | + | |
| 9398 | + | |
| 9399 | + | |
| 9400 | + | |
| 9401 | + | |
| 9402 | + | |
9381 | 9403 |
| |
9382 | 9404 |
| |
9383 | 9405 |
| |
| 9406 | + | |
9384 | 9407 |
| |
9385 | 9408 |
| |
9386 | 9409 |
| |
| |||
9393 | 9416 |
| |
9394 | 9417 |
| |
9395 | 9418 |
| |
| 9419 | + | |
| 9420 | + | |
| 9421 | + | |
9396 | 9422 |
| |
9397 | 9423 |
| |
9398 | 9424 |
| |
| |||
9401 | 9427 |
| |
9402 | 9428 |
| |
9403 | 9429 |
| |
| 9430 | + | |
9404 | 9431 |
| |
| 9432 | + | |
| 9433 | + | |
9405 | 9434 |
| |
9406 | 9435 |
| |
9407 | 9436 |
| |
|
0 commit comments
Comments
(0)