File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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[] =
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 },
You can’t perform that action at this time.
0 commit comments