1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Fix typos in docs, some words were doubled.

Thom Brown
This commit is contained in:
Heikki Linnakangas
2012-04-10 09:30:58 +03:00
parent c94b43ce39
commit fb9bc5d9fb
3 changed files with 4 additions and 4 deletions

View File

@@ -2188,7 +2188,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<row>
<entry>wal-buffer-write-dirty-start</entry>
<entry>()</entry>
<entry>Probe that fires when when a server process begins to write a
<entry>Probe that fires when a server process begins to write a
dirty WAL buffer because no more WAL buffer space is available.
(If this happens often, it implies that
<xref linkend="guc-wal-buffers"> is too small.)</entry>