• Tom Lane's avatar
    Support MergeAppend plans, to allow sorted output from append relations. · 11cad29c
    Tom Lane authored
    This patch eliminates the former need to sort the output of an Append scan
    when an ordered scan of an inheritance tree is wanted.  This should be
    particularly useful for fast-start cases such as queries with LIMIT.
    
    Original patch by Greg Stark, with further hacking by Hans-Jurgen Schonig,
    Robert Haas, and Tom Lane.
    11cad29c
inherit.out 41.5 KB