forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb3bd24
committed
Another fix to relmapper race condition.
In previous commit, I missed that relmap_redo() was also not acquiring theRelationMappingLock. Thanks to Thomas Munro for pointing that out.Backpatch-through: 9.6, like previous commit.Discussion:https://www.postgresql.org/message-id/CA%2BhUKGLev%3DPpOSaL3WRZgOvgk217et%2BbxeJcRr4eR-NttP1F6Q%40mail.gmail.com1 parentc78bb32 commiteb3bd24
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
949 | 949 |
| |
950 | 950 |
| |
951 | 951 |
| |
952 |
| - | |
953 |
| - | |
| 952 | + | |
954 | 953 |
| |
| 954 | + | |
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
| 958 | + | |
958 | 959 |
| |
959 | 960 |
| |
960 | 961 |
| |
|
0 commit comments
Comments
(0)