fix #62414445 btree: Support parallel index scans. #62414492 add index cost model in optimizer add smp thread cots add executor support for parallel index scans
Please enter the commit message for your changes. Lines starting
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#ifndef NODEINDEXSCAN_H
|
||||
#define NODEINDEXSCAN_H
|
||||
|
||||
#include "executor/exec/execStream.h"
|
||||
#include "nodes/execnodes.h"
|
||||
|
||||
extern IndexScanState* ExecInitIndexScan(IndexScan* node, EState* estate, int eflags);
|
||||
|
||||
Reference in New Issue
Block a user