diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-13 15:40:16 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-13 15:42:10 -0400 |
commit | 1e6de941e38fde512cadf33e55e644492f12abd1 (patch) | |
tree | 9d7e47ad33557c507c29bcca5b417df28a1a8aba /src/backend/utils/misc/guc.c | |
parent | aeed17d00037950a16cc5ebad5b5592e5fa1ad0f (diff) | |
download | postgresql-1e6de941e38fde512cadf33e55e644492f12abd1.tar.gz postgresql-1e6de941e38fde512cadf33e55e644492f12abd1.zip |
Change xlog to WAL in some error messages
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r-- | src/backend/utils/misc/guc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 811ea5153b2..4feb26aa7a0 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -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 |