• Robert Haas's avatar
    postgres_fdw: Fix crash when pushing down multiple joins. · 3151f16e
    Robert Haas authored
    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.
    3151f16e
postgres_fdw.c 133 KB