diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 19:58:48 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-13 20:02:01 +0200 |
commit | dde6282500ac650cd0257fc24aeb5688962fddf9 (patch) | |
tree | 81d8c5adb720219a190e656d5692393bbba47813 /src/backend/utils/cache/relcache.c | |
parent | e8312b4f03315a98a987997e05a6e9d6d8d84ddf (diff) |
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index 03bbb9f3381..86d99e5d559 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -3837,7 +3837,7 @@ RelationGetIndexAttrBitmap(Relation relation, IndexAttrBitmapKind attrKind) { Bitmapset *indexattrs; /* indexed columns */ Bitmapset *uindexattrs; /* columns in unique indexes */ - Bitmapset *idindexattrs; /* columns in the the replica identity */ + Bitmapset *idindexattrs; /* columns in the replica identity */ List *indexoidlist; ListCell *l; MemoryContext oldcxt; |