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

Commit 733ad60

Browse files
committed
Fix for relname.data from SHIOZAKI Takehiko
1 parent c200938 commit 733ad60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtsearch.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.38 1998/09/01 04:27:06 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.39 1998/11/02 15:28:36 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -217,7 +217,7 @@ _bt_moveright(Relation rel,
217217
PageGetItemId(page, P_FIRSTKEY),
218218
BTEqualStrategyNumber))
219219
elog(FATAL, "btree: BTP_CHAIN flag was expected in %s (access = %s)",
220-
rel->rd_rel->relname, access ? "bt_write" : "bt_read");
220+
rel->rd_rel->relname.data, access ? "bt_write" : "bt_read");
221221
if (_bt_skeycmp(rel, keysz, scankey, page,
222222
PageGetItemId(page, offmax),
223223
BTEqualStrategyNumber))

0 commit comments

Comments
 (0)