Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita568cad

Browse files
committed
Refine some guc.c help texts
These settings apply to communication with the sending server, whichis not necessarily a primary.Author: Sergei Kornilov <sk@zsrv.org>
1 parent9685d73 commita568cad

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 theprimary."),
1979+
gettext_noop("Sets the maximum interval between WAL receiver status reports to thesending 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 theprimary."),
1990+
gettext_noop("Sets the maximum wait time to receive data from thesending server."),
19911991
NULL,
19921992
GUC_UNIT_MS
19931993
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp