projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34822e5
)
Resolve a compile error.
author
Hiroshi Inoue
<inoue@tpf.co.jp>
Fri, 23 Feb 2001 09:31:52 +0000
(09:31 +0000)
committer
Hiroshi Inoue
<inoue@tpf.co.jp>
Fri, 23 Feb 2001 09:31:52 +0000
(09:31 +0000)
src/backend/catalog/index.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/index.c
b/src/backend/catalog/index.c
index 4d35ddeee8faed81c31b49bea5633ce555d34ab1..6dd28ed02cbf7f6fb07c54659399153975cfe745 100644
(file)
--- a/
src/backend/catalog/index.c
+++ b/
src/backend/catalog/index.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.14
1 2001/02/23 09:26:14
inoue Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.14
2 2001/02/23 09:31:52
inoue Exp $
*
*
* INTERFACE ROUTINES
@@
-2088,8
+2088,7
@@
reindex_index(Oid indexId, bool force, bool inplace)
#ifndef OLD_FILE_NAMING
if (!inplace)
{
- inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relna
-me));
+ inplace = IsSharedSystemRelationName(NameStr(iRel->rd_rel->relname));
if (!inplace)
setNewRelfilenode(iRel);
}