mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
After fast promotion use CHECKPOINT_FORCE
Not necessary for correctness, just to make log_checkpoints output look less singular. Requested by Fujii Masao
This commit is contained in:
parent
75a192638f
commit
22a27ef113
@ -6104,7 +6104,7 @@ StartupXLOG(void)
|
||||
* than is appropriate now that we're not in standby mode anymore.
|
||||
*/
|
||||
if (fast_promoted)
|
||||
RequestCheckpoint(0);
|
||||
RequestCheckpoint(CHECKPOINT_FORCE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user