From 8d80b0d980c327edf162e20fdc829559e8aff224 Mon Sep 17 00:00:00 2001 From: Jan Wieck Date: Fri, 22 Jun 2001 19:16:24 +0000 Subject: Statistical system views (yet without the config stuff, but it's hard to keep such massive changes in sync with the tree so I need to get it in and work from there now). Jan --- src/backend/executor/nodeTidscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/executor/nodeTidscan.c') diff --git a/src/backend/executor/nodeTidscan.c b/src/backend/executor/nodeTidscan.c index 0485946938e..29ad660800c 100644 --- a/src/backend/executor/nodeTidscan.c +++ b/src/backend/executor/nodeTidscan.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.17 2001/05/27 20:42:20 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.18 2001/06/22 19:16:22 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -152,7 +152,7 @@ TidNext(TidScan *node) if (itemptr) { tuple->t_self = *(itemptr); - heap_fetch(heapRelation, snapshot, tuple, &buffer); + heap_fetch(heapRelation, snapshot, tuple, &buffer, NULL); } if (tuple->t_data != NULL) { -- cgit v1.2.3