Re: A problem about partitionwise join - Mailing list pgsql-hackers

From Alvaro Herrera from 2ndQuadrant
Subject Re: A problem about partitionwise join
Date
Msg-id 20190910204822.GA9494@alvherre.pgsql
Whole thread Raw
In response to Re: A problem about partitionwise join  (Richard Guo <riguo@pivotal.io>)
Responses Re: A problem about partitionwise join
List pgsql-hackers
So in this patch, the input restrictlist is modified to include the
clauses generated by generate_join_implied_equalities_for_all.  That
doesn't seem okay -- doesn't it affect downstream usage of the
restrictlist in the caller of set_joinrel_size_estimates?

I wonder if it's possible to do this by using the ECs directly in
have_partkey_equi_join instead of using them to create fake join
clauses.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera from 2ndQuadrant
Date:
Subject: Re: Duplicated LSN in ReorderBuffer
Next
From: Alvaro Herrera from 2ndQuadrant
Date:
Subject: Re: Unaccent extension python script Issue in Windows