Skip to content

Commit 95eaea4

Browse files
committed
Fix typo, spotted by Erik Rijkers.
1 parent 17056e0 commit 95eaea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.266 2010/04/15 16:25:13 heikki Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1828,7 +1828,7 @@ SET ENABLE_SEQSCAN TO OFF;
18281828
<para>
18291829
Specifies the number of log file segments kept in <filename>pg_xlog</>
18301830
directory, in case a standby server needs to fetch them via streaming
1831-
replciation. Each segment is normally 16 megabytes. If a standby
1831+
replication. Each segment is normally 16 megabytes. If a standby
18321832
server connected to the primary falls behind more than
18331833
<varname>standby_keep_segments</> segments, the primary might remove
18341834
a WAL segment still needed by the standby and the replication

0 commit comments

Comments
 (0)