• Robert Haas's avatar
    Make Gather node projection-capable. · 8538a630
    Robert Haas authored
    The original Gather code failed to mark a Gather node as not able to
    do projection, but it couldn't, even though it did call initialize its
    projection info via ExecAssignProjectionInfo.  There doesn't seem to
    be any good reason for this node not to have projection capability,
    so clean things up so that it does.  Without this, plans using Gather
    nodes might need to carry extra Result nodes to do projection.
    8538a630
setrefs.c 71.1 KB