forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit33187ab
committed
Revert "Allow parallel workers to cope with a newly-created session user ID."
This reverts commit849326e.Some buildfarm animals are failing with "cannot change"client_encoding" during a parallel operation". It looks likeassign_client_encoding is unhappy at being asked to roll back aclient_encoding setting after a parallel worker encounters afailure. There must be more to it though: why didn't I see thisduring local testing? In any case, it's clear that moving theRestoreGUCState() call is not as side-effect-free as I thought.Given that the bugf5f30c2 intended to fix has gone unreportedfor years, it's not something that's urgent to fix; I'm notwilling to risk messing with it further with only days to ournext release wrap.1 parent849326e commit33187ab
File tree
4 files changed
+6
-43
lines changed- src
- backend
- access/transam
- commands
- test/regress
- expected
- sql
4 files changed
+6
-43
lines changedLines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1414 | 1414 |
| |
1415 | 1415 |
| |
1416 | 1416 |
| |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1417 | 1421 |
| |
1418 | 1422 |
| |
1419 | 1423 |
| |
| |||
1455 | 1459 |
| |
1456 | 1460 |
| |
1457 | 1461 |
| |
1458 |
| - | |
1459 |
| - | |
1460 |
| - | |
1461 |
| - | |
1462 |
| - | |
1463 |
| - | |
1464 |
| - | |
1465 |
| - | |
1466 | 1462 |
| |
1467 | 1463 |
| |
1468 | 1464 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
580 |
| - | |
581 |
| - | |
| 580 | + | |
582 | 581 |
| |
583 | 582 |
| |
584 | 583 |
| |
585 | 584 |
| |
586 | 585 |
| |
587 | 586 |
| |
588 |
| - | |
589 |
| - | |
| 587 | + | |
590 | 588 |
| |
591 | 589 |
| |
592 | 590 |
| |
| |||
621 | 619 |
| |
622 | 620 |
| |
623 | 621 |
| |
624 |
| - | |
625 |
| - | |
626 |
| - | |
627 |
| - | |
628 | 622 |
| |
629 | 623 |
| |
630 | 624 |
| |
|
Lines changed: 0 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 |
| - | |
1223 |
| - | |
1224 |
| - | |
1225 |
| - | |
1226 |
| - | |
1227 |
| - | |
1228 |
| - | |
1229 |
| - | |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
1233 |
| - | |
1234 |
| - | |
1235 |
| - | |
1236 |
| - | |
1237 |
| - | |
1238 |
| - | |
1239 |
| - |
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 |
| - | |
469 |
| - | |
470 |
| - | |
471 |
| - | |
472 |
| - | |
473 |
| - |
0 commit comments
Comments
(0)