forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c8c55d
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 parent6bda2af commit3c8c55d
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10209 | 10209 |
| |
10210 | 10210 |
| |
10211 | 10211 |
| |
| 10212 | + | |
| 10213 | + | |
| 10214 | + | |
| 10215 | + | |
| 10216 | + | |
| 10217 | + | |
| 10218 | + | |
| 10219 | + | |
| 10220 | + | |
| 10221 | + | |
| 10222 | + | |
| 10223 | + | |
| 10224 | + | |
| 10225 | + | |
| 10226 | + | |
10212 | 10227 |
| |
10213 | 10228 |
| |
10214 | 10229 |
| |
| |||
10227 | 10242 |
| |
10228 | 10243 |
| |
10229 | 10244 |
| |
| 10245 | + | |
10230 | 10246 |
| |
10231 | 10247 |
| |
10232 | 10248 |
| |
| |||
10239 | 10255 |
| |
10240 | 10256 |
| |
10241 | 10257 |
| |
| 10258 | + | |
| 10259 | + | |
| 10260 | + | |
| 10261 | + | |
| 10262 | + | |
| 10263 | + | |
10242 | 10264 |
| |
10243 | 10265 |
| |
10244 | 10266 |
| |
| 10267 | + | |
10245 | 10268 |
| |
10246 | 10269 |
| |
10247 | 10270 |
| |
| |||
10256 | 10279 |
| |
10257 | 10280 |
| |
10258 | 10281 |
| |
| 10282 | + | |
| 10283 | + | |
| 10284 | + | |
10259 | 10285 |
| |
10260 | 10286 |
| |
10261 | 10287 |
| |
| |||
10264 | 10290 |
| |
10265 | 10291 |
| |
10266 | 10292 |
| |
| 10293 | + | |
10267 | 10294 |
| |
| 10295 | + | |
| 10296 | + | |
10268 | 10297 |
| |
10269 | 10298 |
| |
10270 | 10299 |
| |
|
0 commit comments
Comments
(0)