Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79c4fa0

Browse files
committed
Fix some cases of "the the" split across two lines.
Kevin Grittner observed that2186b60introduced a new occurence of this by copying existing text, and Ifound a few more cases using grep.Discussion:http://postgr.es/m/CADAecHWfG-K+YvocHCkrXV-ycm+eUOaaUVfYZNOnwf0pSmuQCw@mail.gmail.com
1 parent3106829 commit79c4fa0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,7 +3783,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
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-
thecollation 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>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
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-
thecollation 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>

‎doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
thetable 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

‎src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-
*theold timeline.
632+
* old timeline.
633633
*/
634634
uint32newtimeline;
635635
boolparsed;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp