Change NestPath node to contain JoinPath node
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 8 Aug 2021 14:55:51 +0000 (16:55 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 8 Aug 2021 16:46:34 +0000 (18:46 +0200)
commit18fea737b5e47cc677eaf97365c765a47f346763
tree4fd080fd87748c9f8505ff048cf36d67a1028f33
parent2226b4189bb4ccfcc53917a8695d24e91ff2f950
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/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com
src/backend/optimizer/path/costsize.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/util/pathnode.c
src/include/nodes/pathnodes.h