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

Commite01e66f

Browse files
committed
More duplicate word removal.
1 parentf291ccd commite01e66f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎contrib/sepgsql/selinux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ sepgsql_compute_avd(const char *scontext,
830830
* given security context.
831831
*
832832
* scontext: security context of the subject (mostly, peer process).
833-
* tcontext: security context of thetheupper database object.
833+
* tcontext: security context of the upper database object.
834834
* tclass: class code (SEPG_CLASS_*) of the new object in creation
835835
*/
836836
char*

‎src/backend/access/gist/gistget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ gistScanPage(IndexScanDesc scan, GISTSearchItem *pageItem, double *myDistances,
258258
/*
259259
* Check if we need to follow the rightlink. We need to follow it if the
260260
* page was concurrently split since we visited the parent (in which case
261-
* parentlsn < nsn), or if thethesystem crashed after a page split but
261+
* parentlsn < nsn), or if the system crashed after a page split but
262262
* before the downlink was inserted into the parent.
263263
*/
264264
if (!XLogRecPtrIsInvalid(pageItem->data.parentlsn)&&

‎src/include/catalog/objectaccess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* performing certain actions on a SQL object.This is intended as
1616
* infrastructure for security or logging pluggins.
1717
*
18-
* OAT_POST_CREATE should be invoked just after thetheobject is created.
18+
* OAT_POST_CREATE should be invoked just after the object is created.
1919
* Typically, this is done after inserting the primary catalog records and
2020
* associated dependencies.
2121
*

‎src/pl/plpython/plpy_typeio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ PLy_output_record_funcs(PLyTypeInfo *arg, TupleDesc desc)
267267

268268
/*
269269
* it should change is_rowtype to 1, so we won't go through this again
270-
* unless thetheoutput record description changes
270+
* unless the output record description changes
271271
*/
272272
Assert(arg->is_rowtype==1);
273273
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp