forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9fe3c64
committed
Mark pg_start_backup and pg_stop_backup as parallel-restricted.
They depend on backend-private state that will not be synchronized bythe parallel machinery, so they should not be marked parallel-safe.This issue also exists in 9.6, but we obviously can't do anythingabout 9.6 clusters that already exist. Possibly this could beback-patched so that future 9.6 clusters would come out OK, orpossibly we should back-patch some other fix, but that would need morediscussion.David Steele, reviewed by Michael PaquierDiscussion:http://postgr.es/m/CA+TgmoYCWfO2UM-t=HUMFJyxJywLDiLL0nAJpx88LKtvBvNECw@mail.gmail.com1 parent7f6fa29 commit9fe3c64
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3141 | 3141 |
| |
3142 | 3142 |
| |
3143 | 3143 |
| |
3144 |
| - | |
| 3144 | + | |
3145 | 3145 |
| |
3146 |
| - | |
| 3146 | + | |
3147 | 3147 |
| |
3148 | 3148 |
| |
3149 | 3149 |
| |
|
0 commit comments
Comments
(0)