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

Commit8f09ca4

Browse files
committed
Improve comment on setting data_checksum GUC.
There was an extra space there, and "fixed" wasn't very descriptive.
1 parentae5266f commit8f09ca4

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
@@ -4894,7 +4894,7 @@ ReadControlFile(void)
48944894
errhint("It looks like you need to recompile or initdb.")));
48954895
#endif
48964896

4897-
/* Make thefixed settings visible as GUC variables, too */
4897+
/* Make theinitdb settings visible as GUC variables, too */
48984898
SetConfigOption("data_checksums",DataChecksumsEnabled() ?"yes" :"no",
48994899
PGC_INTERNAL,PGC_S_OVERRIDE);
49004900
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp