forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0726c76
committed
Restore lock level to set vacuum flags
Commit2783898 mistakenly reduced the lock level from exclusive toshared that is acquired to set PGPROC->statusFlags; this was revertedbydcfff74, but failed to do so in one spot. Fix it.Backpatch to 14.Noted by Andres Freund.Discussion:https://postgr.es/m/20211111020724.ggsfhcq3krq5r4hb@alap3.anarazel.de1 parentdb9f287 commit0726c76
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
515 |
| - | |
| 515 | + | |
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
|
0 commit comments
Comments
(0)