diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-02-09 00:30:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-02-09 00:30:41 +0000 |
commit | 145014f81151a12ac6a0f8e299899c4f60e0f8c1 (patch) | |
tree | 669a8cecd8e2f67fae0966134b91a28df1e2a6e7 /src/backend/commands/cluster.c | |
parent | c15a4c2aef3ca78a530778b735d43aa04d103ea6 (diff) | |
download | postgresql-145014f81151a12ac6a0f8e299899c4f60e0f8c1.tar.gz postgresql-145014f81151a12ac6a0f8e299899c4f60e0f8c1.zip |
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.
Diffstat (limited to 'src/backend/commands/cluster.c')
0 files changed, 0 insertions, 0 deletions