1
0
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:
Robert Haas
2014-01-01 20:17:00 -05:00
parent 7c957ec83e
commit 4b351841fa
3 changed files with 9 additions and 9 deletions

View File

@ -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
},