mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	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:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user