File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1975,7 +1975,7 @@ The commands accepted in replication mode are:
1975
1975
streaming starts on timeline <replaceable class="parameter">tli</replaceable>;
1976
1976
otherwise, the server's current timeline is selected. The server can
1977
1977
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
1979
1979
message, and then starts to stream WAL to the frontend.
1980
1980
</para>
1981
1981
Original file line number Diff line number Diff line change @@ -83,17 +83,16 @@ PostgreSQL documentation
83
83
<listitem>
84
84
<para>
85
85
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.
89
88
</para>
90
89
</listitem>
91
90
92
91
<listitem>
93
92
<para>
94
93
If a starting point cannot be calculated with the previous method,
95
94
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.
97
96
</para>
98
97
</listitem>
99
98
</orderedlist>
You can’t perform that action at this time.
0 commit comments