aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeBitmapHeapscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeBitmapHeapscan.h')
-rw-r--r--src/include/executor/nodeBitmapHeapscan.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/executor/nodeBitmapHeapscan.h b/src/include/executor/nodeBitmapHeapscan.h
index f477d1c7720..c77694cf22f 100644
--- a/src/include/executor/nodeBitmapHeapscan.h
+++ b/src/include/executor/nodeBitmapHeapscan.h
@@ -18,7 +18,6 @@
#include "access/parallel.h"
extern BitmapHeapScanState *ExecInitBitmapHeapScan(BitmapHeapScan *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecBitmapHeapScan(BitmapHeapScanState *node);
extern void ExecEndBitmapHeapScan(BitmapHeapScanState *node);
extern void ExecReScanBitmapHeapScan(BitmapHeapScanState *node);
extern void ExecBitmapHeapEstimate(BitmapHeapScanState *node,