Skip to content

Commit e01e66f

Browse files
committed
More duplicate word removal.
1 parent f291ccd commit e01e66f

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 the the upper 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 the the system 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 the the object 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 the the output record description changes
270+
* unless the output record description changes
271271
*/
272272
Assert(arg->is_rowtype == 1);
273273
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy