forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25560fd
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 parent5752e1b commit25560fd
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1183 | 1183 |
| |
1184 | 1184 |
| |
1185 | 1185 |
| |
1186 |
| - | |
| 1186 | + | |
1187 | 1187 |
| |
1188 |
| - | |
| 1188 | + | |
1189 | 1189 |
| |
1190 | 1190 |
| |
1191 | 1191 |
| |
|
0 commit comments
Comments
(0)