- Notifications
You must be signed in to change notification settings - Fork5
Commit64e196b
committed
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Recovery code documents clearly that a shutdown checkpoint is executed atend of recovery - a shutdown checkpoint WAL record is written but the buffermanager had been altered to treat end of recovery as a normal checkpoint.This bug exacerbates the bufmgr relpersistence bug.Bug spotted by Andres Freund, patch by me.1 parent3275426 commit64e196b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 |
| - | |
| 1209 | + | |
1210 | 1210 |
| |
1211 |
| - | |
| 1211 | + | |
1212 | 1212 |
| |
1213 | 1213 |
| |
1214 | 1214 |
| |
|
0 commit comments
Comments
(0)