Commit 79c4fa0f authored by Robert Haas's avatar Robert Haas

Fix some cases of "the the" split across two lines.

Kevin Grittner observed that 2186b608
introduced a new occurence of this by copying existing text, and I
found a few more cases using grep.

Discussion: http://postgr.es/m/CADAecHWfG-K+YvocHCkrXV-ycm+eUOaaUVfYZNOnwf0pSmuQCw@mail.gmail.com
parent 31068295
...@@ -3783,7 +3783,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;< ...@@ -3783,7 +3783,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<entry><literal><link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.oid</literal></entry> <entry><literal><link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.oid</literal></entry>
<entry> <entry>
For each column in the index key, this contains the OID of the For each column in the index key, this contains the OID of the
the collation to use for the index, or zero if the column is not collation to use for the index, or zero if the column is not
of a collatable data type. of a collatable data type.
</entry> </entry>
</row> </row>
...@@ -4771,7 +4771,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;< ...@@ -4771,7 +4771,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<entry><literal><link linkend="catalog-pg-opclass"><structname>pg_opclass</structname></link>.oid</literal></entry> <entry><literal><link linkend="catalog-pg-opclass"><structname>pg_opclass</structname></link>.oid</literal></entry>
<entry> <entry>
For each column in the partition key, this contains the OID of the For each column in the partition key, this contains the OID of the
the collation to use for partitioning, or zero if the column is not collation to use for partitioning, or zero if the column is not
of a collatable data type. of a collatable data type.
</entry> </entry>
</row> </row>
......
...@@ -3165,7 +3165,7 @@ CREATE INDEX ON measurement_y2008m01 (logdate); ...@@ -3165,7 +3165,7 @@ CREATE INDEX ON measurement_y2008m01 (logdate);
<para> <para>
Normally the set of partitions established when initially defining the Normally the set of partitions established when initially defining the
the table are not intended to remain static. It is common to want to table are not intended to remain static. It is common to want to
remove old partitions of data and periodically add new partitions for remove old partitions of data and periodically add new partitions for
new data. One of the most important advantages of partitioning is new data. One of the most important advantages of partitioning is
precisely that it allows this otherwise painful task to be executed precisely that it allows this otherwise painful task to be executed
......
...@@ -629,7 +629,7 @@ ReceiveXlogStream(PGconn *conn, StreamCtl *stream) ...@@ -629,7 +629,7 @@ ReceiveXlogStream(PGconn *conn, StreamCtl *stream)
* server had sent us half of a WAL record, when it was promoted. * server had sent us half of a WAL record, when it was promoted.
* The new timeline will begin at the end of the last complete * The new timeline will begin at the end of the last complete
* record in that case, overlapping the partial WAL record on the * record in that case, overlapping the partial WAL record on the
* the old timeline. * old timeline.
*/ */
uint32 newtimeline; uint32 newtimeline;
bool parsed; bool parsed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment