1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Change xlog to WAL in some error messages

This commit is contained in:
Peter Eisentraut
2017-03-13 15:40:16 -04:00
parent aeed17d000
commit 1e6de941e3
3 changed files with 7 additions and 7 deletions

View File

@ -1678,7 +1678,7 @@ static struct config_int ConfigureNamesInt[] =
{
{
{"archive_timeout", PGC_SIGHUP, WAL_ARCHIVING,
gettext_noop("Forces a switch to the next xlog file if a "
gettext_noop("Forces a switch to the next WAL file if a "
"new file has not been started within N seconds."),
NULL,
GUC_UNIT_S