]> granicus.if.org Git - postgresql/commitdiff
Refine some guc.c help texts
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Nov 2018 05:35:22 +0000 (06:35 +0100)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Nov 2018 05:38:34 +0000 (06:38 +0100)
These settings apply to communication with the sending server, which
is not necessarily a primary.

Author: Sergei Kornilov <sk@zsrv.org>

src/backend/utils/misc/guc.c

index 514595699beb227a4aab145bbe89c2c379905d6e..7e9e8c642bfcf99da3bc2123e406245190ab56f6 100644 (file)
@@ -1976,7 +1976,7 @@ static struct config_int ConfigureNamesInt[] =
 
        {
                {"wal_receiver_status_interval", PGC_SIGHUP, REPLICATION_STANDBY,
-                       gettext_noop("Sets the maximum interval between WAL receiver status reports to the primary."),
+                       gettext_noop("Sets the maximum interval between WAL receiver status reports to the sending server."),
                        NULL,
                        GUC_UNIT_S
                },
@@ -1987,7 +1987,7 @@ static struct config_int ConfigureNamesInt[] =
 
        {
                {"wal_receiver_timeout", PGC_SIGHUP, REPLICATION_STANDBY,
-                       gettext_noop("Sets the maximum wait time to receive data from the primary."),
+                       gettext_noop("Sets the maximum wait time to receive data from the sending server."),
                        NULL,
                        GUC_UNIT_MS
                },