Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f09ca4

Browse files
committed
Improve comment on setting data_checksum GUC.
There was an extra space there, and "fixed" wasn't very descriptive.
1 parent ae5266f commit 8f09ca4

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

+1-1
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 the fixed settings visible as GUC variables, too */
4897+
/* Make the initdb 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)