]> granicus.if.org Git - postgresql/commitdiff
I neglected to remove a debug message,sorry.
authorHiroshi Inoue <inoue@tpf.co.jp>
Thu, 4 Jan 2001 02:24:22 +0000 (02:24 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Thu, 4 Jan 2001 02:24:22 +0000 (02:24 +0000)
src/backend/utils/cache/relcache.c

index 6fc68cca70560f80040d96bfe0ccfdc46a1285fd..843cbcff7649bc085bb83d40ea54df7d3ee8a29b 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * 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)
        relation->rd_node.relNode = relp->relfilenode;
        RelationCacheInsert(relation);
        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;
 }