Skip to content

Commit 3052a42

Browse files
author
Hiroshi Inoue
committed
I neglected to remove a debug message,sorry.
1 parent ea608bf commit 3052a42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/utils/cache/relcache.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.122 2001/01/02 04:33:19 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.123 2001/01/04 02:24:22 inoue Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1599,9 +1599,6 @@ RelationReloadClassinfo(Relation relation)
15991599
relation->rd_node.relNode = relp->relfilenode;
16001600
RelationCacheInsert(relation);
16011601
heap_freetuple(pg_class_tuple);
1602-
fprintf(stderr, "RelationClearRelation nailed %s hasindex=%d relfilenode=%d,%d\n",
1603-
RelationGetRelationName(relation), relation->rd_rel->relhasindex,
1604-
relation->rd_rel->relfilenode, relation->rd_node.relNode);
16051602

16061603
return;
16071604
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy