• Tom Lane's avatar
    Fix nodeAgg coredump in case where lower-level plan has · a55888ec
    Tom Lane authored
    an empty targetlist *and* fails to return any tuples, as will happen
    for example with 'SELECT COUNT(1) FROM table WHERE ...' if the where-
    clause selects no tuples.  It's so nice to make a fix by diking out code,
    instead of adding more...
    a55888ec
nodeAgg.c 20 KB