Skip to content

Commit a568cad

Browse files
committed
Refine some guc.c help texts
These settings apply to communication with the sending server, which is not necessarily a primary. Author: Sergei Kornilov <sk@zsrv.org>
1 parent 9685d73 commit a568cad

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ static struct config_int ConfigureNamesInt[] =
19761976

19771977
{
19781978
{"wal_receiver_status_interval", PGC_SIGHUP, REPLICATION_STANDBY,
1979-
gettext_noop("Sets the maximum interval between WAL receiver status reports to the primary."),
1979+
gettext_noop("Sets the maximum interval between WAL receiver status reports to the sending server."),
19801980
NULL,
19811981
GUC_UNIT_S
19821982
},
@@ -1987,7 +1987,7 @@ static struct config_int ConfigureNamesInt[] =
19871987

19881988
{
19891989
{"wal_receiver_timeout", PGC_SIGHUP, REPLICATION_STANDBY,
1990-
gettext_noop("Sets the maximum wait time to receive data from the primary."),
1990+
gettext_noop("Sets the maximum wait time to receive data from the sending server."),
19911991
NULL,
19921992
GUC_UNIT_MS
19931993
},

0 commit comments

Comments
 (0)