Change NestPath node to contain JoinPath node This makes the structure of all JoinPath-derived nodes the same, independent of whether they have additional fields.
Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/18fea737b5e47cc677eaf97365c765a47f346763 Modified Files -------------- src/backend/optimizer/path/costsize.c | 35 +++++++++++++++++---------------- src/backend/optimizer/plan/createplan.c | 24 +++++++++++----------- src/backend/optimizer/util/pathnode.c | 32 ++++++++++++++++-------------- src/include/nodes/pathnodes.h | 5 ++++- 4 files changed, 51 insertions(+), 45 deletions(-)
