- Notifications
You must be signed in to change notification settings - Fork28
Commit9010156
committed
Fix thinko introduced by82a5649 in slot.c
When saving a replication slot, failing to close the temporary path usedto save the slot information is considered as a failure and reported assuch. However the code forgot to leave immediately as other failurepaths do.Noticed while looking up at this area of the code for another patch.1 parent47ac203 commit9010156
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
| 1319 | + | |
1319 | 1320 |
| |
1320 | 1321 |
| |
1321 | 1322 |
| |
1322 | 1323 |
| |
| 1324 | + | |
| 1325 | + | |
1323 | 1326 |
| |
1324 | 1327 |
| |
1325 | 1328 |
| |
|
0 commit comments
Comments
(0)