Parallel bitmap scan.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user