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

Commit 2bf44fb

Browse files
committed
Fix typo
Author: Daniel Westermann Backpatch-through: 9.6 Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
1 parent d42978c commit 2bf44fb

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ static struct config_bool ConfigureNamesBool[] =
11761176

11771177
{
11781178
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
1179-
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications."),
1179+
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification."),
11801180
NULL
11811181
},
11821182
&wal_log_hints,

0 commit comments

Comments
 (0)