• Tom Lane's avatar
    If we expect a hash join to be performed in multiple batches, suppress · f38fbf31
    Tom Lane authored
    "physical tlist" optimization on the outer relation (ie, force a projection
    step to occur in its scan).  This avoids storing useless column values when
    the outer relation's tuples are written to temporary batch files.
    
    Modified version of a patch by Michael Henderson and Ramon Lawrence.
    f38fbf31
relation.h 56 KB