postgres_fdw: Fix crash when pushing down multiple joins.
A join clause might mention multiple relations on either side, so it need not be the case that a given joinrel's constituent relations are all on one side of the join clause or all on the other. Report by Rajkumar Raghuwanshi. Analysis and fix by Michael Paquier and Ashutosh Bapat.
Showing
This diff is collapsed.
Please register or sign in to comment