aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r--src/backend/access/heap/hio.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c
index 67eb4ad7e24..53cf41c4449 100644
--- a/src/backend/access/heap/hio.c
+++ b/src/backend/access/heap/hio.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Id: hio.c,v 1.46 2002/08/06 02:36:33 tgl Exp $
+ * $Id: hio.c,v 1.47 2003/02/13 05:35:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -37,12 +37,6 @@ RelationPutHeapTuple(Relation relation,
ItemId itemId;
Item item;
- /*
- * increment access statistics
- */
- IncrHeapAccessStat(local_RelationPutHeapTuple);
- IncrHeapAccessStat(global_RelationPutHeapTuple);
-
/* Add the tuple to the page */
pageHeader = BufferGetPage(buffer);