forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b8ed0f
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 parentb6d8d20 commit9b8ed0f
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 |
| - | |
1034 |
| - | |
| 1033 | + | |
1035 | 1034 |
| |
| 1035 | + | |
1036 | 1036 |
| |
1037 | 1037 |
| |
1038 | 1038 |
| |
| 1039 | + | |
1039 | 1040 |
| |
1040 | 1041 |
| |
1041 | 1042 |
| |
|
0 commit comments
Comments
(0)