Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 94b61fb

Browse files
author
Hiroshi Inoue
committed
Resolve a compile error.
1 parent 34822e5 commit 94b61fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/catalog/index.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.141 2001/02/23 09:26:14 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.142 2001/02/23 09:31:52 inoue Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -2088,8 +2088,7 @@ reindex_index(Oid indexId, bool force, bool inplace)
20882088
#ifndef OLD_FILE_NAMING
20892089
if (!inplace)
20902090
{
2091-
inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relna
2092-
me));
2091+
inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relname));
20932092
if (!inplace)
20942093
setNewRelfilenode(iRel);
20952094
}

0 commit comments

Comments
 (0)