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
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);