mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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>
This commit is contained in:
parent
9685d7383a
commit
a568cadaff
@ -1976,7 +1976,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
|
|
||||||
{
|
{
|
||||||
{"wal_receiver_status_interval", PGC_SIGHUP, REPLICATION_STANDBY,
|
{"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,
|
NULL,
|
||||||
GUC_UNIT_S
|
GUC_UNIT_S
|
||||||
},
|
},
|
||||||
@ -1987,7 +1987,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
|
|
||||||
{
|
{
|
||||||
{"wal_receiver_timeout", PGC_SIGHUP, REPLICATION_STANDBY,
|
{"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,
|
NULL,
|
||||||
GUC_UNIT_MS
|
GUC_UNIT_MS
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user