mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix typo, spotted by Erik Rijkers.
This commit is contained in:
parent
17056e054e
commit
95eaea4c27
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.266 2010/04/15 16:25:13 heikki Exp $ -->
|
||||||
|
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -1828,7 +1828,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
Specifies the number of log file segments kept in <filename>pg_xlog</>
|
Specifies the number of log file segments kept in <filename>pg_xlog</>
|
||||||
directory, in case a standby server needs to fetch them via streaming
|
directory, in case a standby server needs to fetch them via streaming
|
||||||
replciation. Each segment is normally 16 megabytes. If a standby
|
replication. Each segment is normally 16 megabytes. If a standby
|
||||||
server connected to the primary falls behind more than
|
server connected to the primary falls behind more than
|
||||||
<varname>standby_keep_segments</> segments, the primary might remove
|
<varname>standby_keep_segments</> segments, the primary might remove
|
||||||
a WAL segment still needed by the standby and the replication
|
a WAL segment still needed by the standby and the replication
|
||||||
|
Loading…
x
Reference in New Issue
Block a user