pgsql: Change NestPath node to contain JoinPath node - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change NestPath node to contain JoinPath node
Date
Msg-id E1mCmIb-00052Y-12@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rethink regexp engine's backref-related compilation state.
Next
From: Tom Lane
Date:
Subject: pgsql: Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23.