Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22a27ef

Browse files
After fast promotion use CHECKPOINT_FORCE
Not necessary for correctness, just to makelog_checkpoints output look less singular.Requested by Fujii Masao
1 parent75a1926 commit22a27ef

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6104,7 +6104,7 @@ StartupXLOG(void)
61046104
* than is appropriate now that we're not in standby mode anymore.
61056105
*/
61066106
if (fast_promoted)
6107-
RequestCheckpoint(0);
6107+
RequestCheckpoint(CHECKPOINT_FORCE);
61086108
}
61096109

61106110
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp