From 1e6de941e38fde512cadf33e55e644492f12abd1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Mar 2017 15:40:16 -0400 Subject: Change xlog to WAL in some error messages --- src/backend/utils/misc/guc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/misc/guc.c') 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 -- cgit v1.2.3