pgsql: Add missing MaterialPath support in reparameterize_path[_by_chil

Started by Tom Laneover 3 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Add missing MaterialPath support in reparameterize_path[_by_child].

These two functions failed to cover MaterialPath. That's not a
fatal problem, but we can generate better plans in some cases
if we support it.

Tom Lane and Richard Guo

Discussion: /messages/by-id/1854233.1669949723@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6eb2f0ed4cd5c8668c3127024a8a58b10fa2e8dc

Modified Files
--------------
src/backend/optimizer/util/pathnode.c | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)