File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3783,7 +3783,7 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt><
37833783 <entry><literal><link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.oid</literal></entry>
37843784 <entry>
37853785 For each column in the index key, this contains the OID of the
3786- the collation to use for the index, or zero if the column is not
3786+ collation to use for the index, or zero if the column is not
37873787 of a collatable data type.
37883788 </entry>
37893789 </row>
@@ -4771,7 +4771,7 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt><
47714771 <entry><literal><link linkend="catalog-pg-opclass"><structname>pg_opclass</structname></link>.oid</literal></entry>
47724772 <entry>
47734773 For each column in the partition key, this contains the OID of the
4774- the collation to use for partitioning, or zero if the column is not
4774+ collation to use for partitioning, or zero if the column is not
47754775 of a collatable data type.
47764776 </entry>
47774777 </row>
Original file line number Diff line number Diff line change @@ -3165,7 +3165,7 @@ CREATE INDEX ON measurement_y2008m01 (logdate);
31653165
31663166 <para>
31673167 Normally the set of partitions established when initially defining the
3168- the table are not intended to remain static. It is common to want to
3168+ table are not intended to remain static. It is common to want to
31693169 remove old partitions of data and periodically add new partitions for
31703170 new data. One of the most important advantages of partitioning is
31713171 precisely that it allows this otherwise painful task to be executed
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ ReceiveXlogStream(PGconn *conn, StreamCtl *stream)
629629 * server had sent us half of a WAL record, when it was promoted.
630630 * The new timeline will begin at the end of the last complete
631631 * record in that case, overlapping the partial WAL record on the
632- * the old timeline.
632+ * old timeline.
633633 */
634634 uint32 newtimeline ;
635635 bool parsed ;
You can’t perform that action at this time.
0 commit comments