Amit Langote <[email protected]> writes:
> On Wed, Mar 10, 2021 at 8:37 AM Tom Lane <[email protected]> wrote:
>> Hmm. So, the key point is that the values coming from the partitioned
>> child table are injected into the test query as parameters, not as
>> column references, thus it doesn't matter *to the test query* what
>> numbers the referencing columns have in that child. We just have to
>> be sure we pass the right parameter values.
> Right.
I did some cosmetic fooling with this (mostly, rewriting the comments
YA time) and pushed it.
regards, tom lane