1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Reword the phrase on zero replication_timeout in the docs.

This commit is contained in:
Heikki Linnakangas 2011-03-31 10:19:29 +03:00
parent 1f0bab8494
commit 647f8b3dba

View File

@ -2030,7 +2030,8 @@ SET ENABLE_SEQSCAN TO OFF;
Terminate replication connections that are inactive longer Terminate replication connections that are inactive longer
than the specified number of milliseconds. This is useful for than the specified number of milliseconds. This is useful for
the primary server to detect a standby crash or network outage. the primary server to detect a standby crash or network outage.
A value of zero means wait forever. This parameter can only be set in A value of zero disables the timeout mechanism. This parameter
can only be set in
the <filename>postgresql.conf</> file or on the server command line. the <filename>postgresql.conf</> file or on the server command line.
The default value is 60 seconds. The default value is 60 seconds.
</para> </para>