Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94b61fb

Browse files
author
Hiroshi Inoue
committed
Resolve a compile error.
1 parent34822e5 commit94b61fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/backend/catalog/index.c

Lines changed: 2 additions & 3 deletions
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
#ifndefOLD_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)

[8]ページ先頭

©2009-2025 Movatter.jp