File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1976,7 +1976,7 @@ static struct config_int ConfigureNamesInt[] =
1976
1976
1977
1977
{
1978
1978
{"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 ." ),
1980
1980
NULL ,
1981
1981
GUC_UNIT_S
1982
1982
},
@@ -1987,7 +1987,7 @@ static struct config_int ConfigureNamesInt[] =
1987
1987
1988
1988
{
1989
1989
{"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 ." ),
1991
1991
NULL ,
1992
1992
GUC_UNIT_MS
1993
1993
},
You can’t perform that action at this time.
0 commit comments