diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/catalog/index.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index 86784efd384..05db7da528f 100644 --- a/src/backend/catalog/index.c +++ b/src/backend/catalog/index.c @@ -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); |