forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitebaa195
committed
The code to unlink dropped relations in FinishPreparedTransaction() was
acting like runs inside WAL recovery, but it doesn't. I must've copy-pastedthis from a redo-function in the relation forks patch. Noticed by Tom Lanewhile he was looking through callers of smgrdounlink().1 parent8fd733b commitebaa195
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 |
| - | |
1245 |
| - | |
1246 |
| - | |
1247 |
| - | |
| 1244 | + | |
1248 | 1245 |
| |
1249 | 1246 |
| |
1250 | 1247 |
| |
|
0 commit comments
Comments
(0)