]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix comment in index.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 26 Jan 2024 05:08:04 +0000 (14:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 26 Jan 2024 05:08:04 +0000 (14:08 +0900)
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

src/backend/catalog/index.c

index 86784efd384eedc3316d6433dc7adaee7dab1371..05db7da528f016d9de41c8ca42679aefdda26d85 100644 (file)
@@ -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);