Commit 3052a421 authored by Hiroshi Inoue's avatar Hiroshi Inoue

I neglected to remove a debug message,sorry.

parent ea608bfd
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.122 2001/01/02 04:33:19 tgl Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.123 2001/01/04 02:24:22 inoue Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1599,9 +1599,6 @@ RelationReloadClassinfo(Relation relation) ...@@ -1599,9 +1599,6 @@ RelationReloadClassinfo(Relation relation)
relation->rd_node.relNode = relp->relfilenode; relation->rd_node.relNode = relp->relfilenode;
RelationCacheInsert(relation); RelationCacheInsert(relation);
heap_freetuple(pg_class_tuple); heap_freetuple(pg_class_tuple);
fprintf(stderr, "RelationClearRelation nailed %s hasindex=%d relfilenode=%d,%d\n",
RelationGetRelationName(relation), relation->rd_rel->relhasindex,
relation->rd_rel->relfilenode, relation->rd_node.relNode);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment