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
This commit is contained in:
parent
2cca95e175
commit
bd5760df38
@ -3947,9 +3947,8 @@ reindex_relation(const ReindexStmt *stmt, Oid relid, int flags,
|
||||
toast_relid = rel->rd_rel->reltoastrelid;
|
||||
|
||||
/*
|
||||
* Get the list of index OIDs for this relation. (We trust to the
|
||||
* relcache to get this with a sequential scan if ignoring system
|
||||
* indexes.)
|
||||
* Get the list of index OIDs for this relation. (We trust the relcache
|
||||
* to get this with a sequential scan if ignoring system indexes.)
|
||||
*/
|
||||
indexIds = RelationGetIndexList(rel);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user