1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2013-08-07 22:48:40 -04:00
parent 91c3613d37
commit 9d775d8894
6 changed files with 8 additions and 8 deletions

View File

@ -1607,7 +1607,7 @@ static struct config_int ConfigureNamesInt[] =
{
{"wal_receiver_timeout", PGC_SIGHUP, REPLICATION_STANDBY,
gettext_noop("Sets the maximum wait time to receive data from master."),
gettext_noop("Sets the maximum wait time to receive data from the primary."),
NULL,
GUC_UNIT_MS
},