Remove no-longer-needed fields of Hash plan nodes.
Tom Lane <tgl@sss.pgh.pa.us>
Remove no-longer-needed fields of Hash plan nodes. skewColType/skewColTypmod are no longer used in the wake of commit 9aab83fc5, and seem unlikely to be wanted in future, so let's drop 'em. Discussion: https://postgr.es/m/16364.1494520862@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +0 −2 |
| src/backend/nodes/outfuncs.c | modified | +0 −2 |
| src/backend/nodes/readfuncs.c | modified | +0 −2 |
| src/backend/optimizer/plan/createplan.c | modified | +3 −15 |
| src/include/nodes/plannodes.h | modified | +1 −4 |
Discussion
- Safer and faster get_attstatsslot() 3 messages · 2017-05-11