mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Resolve a compile error.
This commit is contained in:
		| @@ -8,7 +8,7 @@ | |||||||
|  * |  * | ||||||
|  * |  * | ||||||
|  * IDENTIFICATION |  * IDENTIFICATION | ||||||
|  *	  $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.141 2001/02/23 09:26:14 inoue Exp $ |  *	  $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.142 2001/02/23 09:31:52 inoue Exp $ | ||||||
|  * |  * | ||||||
|  * |  * | ||||||
|  * INTERFACE ROUTINES |  * INTERFACE ROUTINES | ||||||
| @@ -2088,8 +2088,7 @@ reindex_index(Oid indexId, bool force, bool inplace) | |||||||
| #ifndef OLD_FILE_NAMING | #ifndef OLD_FILE_NAMING | ||||||
| 	if (!inplace) | 	if (!inplace) | ||||||
|         { |         { | ||||||
|                 inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relna |                 inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relname)); | ||||||
| me)); |  | ||||||
| 		if (!inplace) | 		if (!inplace) | ||||||
| 			setNewRelfilenode(iRel); | 			setNewRelfilenode(iRel); | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user