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/execMain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/executor/execMain.c') diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 38c34f03be7..21342453e1b 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -27,7 +27,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.143 2001/06/01 02:41:35 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.144 2001/06/22 19:16:22 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -1671,7 +1671,7 @@ EvalPlanQual(EState *estate, Index rti, ItemPointer tid) { Buffer buffer; - heap_fetch(relation, SnapshotDirty, &tuple, &buffer); + heap_fetch(relation, SnapshotDirty, &tuple, &buffer, NULL); if (tuple.t_data != NULL) { TransactionId xwait = SnapshotDirty->xmax; -- cgit v1.2.3