Skip to content

Commit acd4f44

Browse files
committed
doc: Fix some grammar
This is an extraction of the user-visible changes done in 410aa24, including all the relevant documentation parts. Author: Justin Pryzby Discussion: https://postgr.es/m/20220124030001.GQ23027@telsasoft.com Backpatch-through: 10
1 parent 4ec5449 commit acd4f44

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ The commands accepted in replication mode are:
19751975
streaming starts on timeline <replaceable class="parameter">tli</replaceable>;
19761976
otherwise, the server's current timeline is selected. The server can
19771977
reply with an error, for example if the requested section of WAL has already
1978-
been recycled. On success, server responds with a CopyBothResponse
1978+
been recycled. On success, the server responds with a CopyBothResponse
19791979
message, and then starts to stream WAL to the frontend.
19801980
</para>
19811981

doc/src/sgml/ref/pg_receivewal.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,16 @@ PostgreSQL documentation
8383
<listitem>
8484
<para>
8585
First, scan the directory where the WAL segment files are written and
86-
find the newest completed segment file, using as starting point the
87-
beginning of the next WAL segment file. This is calculated independently
88-
on the compression method used to compress each segment.
86+
find the newest completed segment file, using as the starting point the
87+
beginning of the next WAL segment file.
8988
</para>
9089
</listitem>
9190

9291
<listitem>
9392
<para>
9493
If a starting point cannot be calculated with the previous method,
9594
the latest WAL flush location is used as reported by the server from
96-
a <literal>IDENTIFY_SYSTEM</literal> command.
95+
an <literal>IDENTIFY_SYSTEM</literal> command.
9796
</para>
9897
</listitem>
9998
</orderedlist>

0 commit comments

Comments
 (0)