diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_receivewal.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_receivewal.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index 6da8b2be8c0..96cc40957af 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -82,9 +82,8 @@ PostgreSQL documentation <listitem> <para> First, scan the directory where the WAL segment files are written and - find the newest completed segment file, using as starting point the - beginning of the next WAL segment file. This is calculated independently - on the compression method used to compress each segment. + find the newest completed segment file, using as the starting point the + beginning of the next WAL segment file. </para> </listitem> @@ -92,7 +91,7 @@ PostgreSQL documentation <para> If a starting point cannot be calculated with the previous method, the latest WAL flush location is used as reported by the server from - a <literal>IDENTIFY_SYSTEM</literal> command. + an <literal>IDENTIFY_SYSTEM</literal> command. </para> </listitem> </orderedlist> |