Skip to content
Snippets Groups Projects
Commit 145014f8 authored by Tom Lane's avatar Tom Lane
Browse files

Make further use of new bitmapset code: executor's chgParam, extParam,

locParam lists can be converted to bitmapsets to speed updating.  Also,
replace 'locParam' with 'allParam', which contains all the paramIDs
relevant to the node (i.e., the union of extParam and locParam); this
saves a step during SetChangedParamList() without costing anything
elsewhere.
parent c15a4c2a
No related branches found
No related tags found
No related merge requests found
Showing
with 268 additions and 194 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment