Re: ERROR: left and right pathkeys do not match in mergejoin - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ERROR: left and right pathkeys do not match in mergejoin
Date
Msg-id 13940.1519411727@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: left and right pathkeys do not match in mergejoin  (Alexander Kuzmenkov <a.kuzmenkov@postgrespro.ru>)
List pgsql-hackers
Alexander Kuzmenkov <a.kuzmenkov@postgrespro.ru> writes:
> In create_mergejoin_plan:
>      * implied inner ordering is then "ORDER BY x, y, x", but the pathkey
>      * drops the second sort by x as redundant, and this code must cope.
> -- should this read "the pathkey machinery drops"?

I changed that and improved some other comments, and pushed it.
Thanks for reviewing!

            regards, tom lane


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Online enabling of checksums
Next
From: Tom Lane
Date:
Subject: Re: Allow workers to override datallowconn