Change SeqScan node to contain Scan node
Peter Eisentraut <peter@eisentraut.org>
Change SeqScan node to contain Scan node This makes the structure of all Scan-derived nodes the same, independent of whether they have additional fields. Discussion: https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeSeqscan.c | modified | +2 −2 |
| src/backend/nodes/readfuncs.c | modified | +1 −1 |
| src/backend/optimizer/plan/createplan.c | modified | +3 −3 |
| src/backend/optimizer/plan/setrefs.c | modified | +5 −5 |
| src/include/nodes/plannodes.h | modified | +4 −1 |
Discussion
- automatically generating node support functions 89 messages · 2021-06-07 → 2022-08-09