Skip to content

Commit bd5760d

Browse files
committed
Fix comment in index.c
Extracted from a larger patch by the same author. Author: Gurjeet Singh Discussion: https://postgr.es/m/CABwTF4WX=m5pQvKXvLFJoEH=hSd6O=iZSqxVqHKjFm+iL-AO=w@mail.gmail.com
1 parent 2cca95e commit bd5760d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/catalog/index.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3947,9 +3947,8 @@ reindex_relation(const ReindexStmt *stmt, Oid relid, int flags,
39473947
toast_relid = rel->rd_rel->reltoastrelid;
39483948

39493949
/*
3950-
* Get the list of index OIDs for this relation. (We trust to the
3951-
* relcache to get this with a sequential scan if ignoring system
3952-
* indexes.)
3950+
* Get the list of index OIDs for this relation. (We trust the relcache
3951+
* to get this with a sequential scan if ignoring system indexes.)
39533952
*/
39543953
indexIds = RelationGetIndexList(rel);
39553954

0 commit comments

Comments
 (0)