mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Rename walLogHints to wal_log_hints for easier grepping.
Michael Paquier
This commit is contained in:
@ -876,7 +876,7 @@ static struct config_bool ConfigureNamesBool[] =
|
||||
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications"),
|
||||
NULL
|
||||
},
|
||||
&walLogHints,
|
||||
&wal_log_hints,
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user