summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2018-11-20 05:35:22 +0000
committerPeter Eisentraut2018-11-20 05:38:34 +0000
commita568cadaff2cfa0ec2a138ff4c5630050b03906b (patch)
tree240d24072cf4630895138fe76dfe5dcabfb3505b /src
parent9685d7383ab48ebe6a6213530f64e4dc67776583 (diff)
Refine some guc.c help texts
These settings apply to communication with the sending server, which is not necessarily a primary. Author: Sergei Kornilov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/guc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 514595699be..7e9e8c642bf 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -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
},