diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-04-15 16:25:13 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-04-15 16:25:13 +0000 |
commit | 95eaea4c274615d7813149caa877db0dd56b152e (patch) | |
tree | c63aae7f3727acaee9efb5a3f35bf7c33b4b1f76 /doc/src | |
parent | 17056e054ece2ce5f19d9bee63a0b415b04cb1ae (diff) | |
download | postgresql-95eaea4c274615d7813149caa877db0dd56b152e.tar.gz postgresql-95eaea4c274615d7813149caa877db0dd56b152e.zip |
Fix typo, spotted by Erik Rijkers.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a548968b548..32c087dc30a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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"> <title>Server Configuration</title> @@ -1828,7 +1828,7 @@ SET ENABLE_SEQSCAN TO OFF; <para> Specifies the number of log file segments kept in <filename>pg_xlog</> 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 <varname>standby_keep_segments</> segments, the primary might remove a WAL segment still needed by the standby and the replication |