!5818 【SMP】support parallel index scan
Merge pull request !5818 from 赵森/master
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