Parallel bitmap scan.

This commit is contained in:
TotaJ
2020-12-07 11:46:41 +08:00
parent 50e58ce57d
commit 8f0c2915f8
35 changed files with 1895 additions and 225 deletions

View File

@ -462,6 +462,7 @@ static BitmapOr* _copyBitmapOr(const BitmapOr* from)
/*
* copy remainder of node
*/
COPY_SCALAR_FIELD(isshared);
COPY_NODE_FIELD(bitmapplans);
return newnode;
@ -703,6 +704,7 @@ static BitmapIndexScan* _copyBitmapIndexScan(const BitmapIndexScan* from)
* copy remainder of node
*/
COPY_SCALAR_FIELD(indexid);
COPY_SCALAR_FIELD(isshared);
COPY_NODE_FIELD(indexqual);
COPY_NODE_FIELD(indexqualorig);