From dd218ae7b00ccb4576e0048fc85665c8ae6bcf93 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 20 Nov 2005 19:49:08 +0000 Subject: Remove the t_datamcxt field of HeapTupleData. This was introduced for the convenience of tuptoaster.c and is no longer needed, so may as well get rid of some small amount of overhead. --- src/backend/access/index/genam.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/access/index/genam.c') diff --git a/src/backend/access/index/genam.c b/src/backend/access/index/genam.c index ed604f9c5d..5563b9d597 100644 --- a/src/backend/access/index/genam.c +++ b/src/backend/access/index/genam.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.49 2005/10/15 02:49:09 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.50 2005/11/20 19:49:07 tgl Exp $ * * NOTES * many of the old access method routines have been turned into @@ -98,7 +98,6 @@ RelationGetIndexScan(Relation indexRelation, ItemPointerSetInvalid(&scan->currentMarkData); ItemPointerSetInvalid(&scan->xs_ctup.t_self); - scan->xs_ctup.t_datamcxt = NULL; scan->xs_ctup.t_data = NULL; scan->xs_cbuf = InvalidBuffer; -- cgit v1.2.1