• Tom Lane's avatar
    Remove ExecRemoveJunk(), which is no longer used anywhere. · 2e852e54
    Tom Lane authored
    This was a leftover from the pre-8.1 design of junkfilters.  It doesn't
    seem to have any reason to live, since it's merely a combination of two
    easy function calls, and not a well-designed combination at that (it
    encourages callers to leak the result tuple).
    2e852e54
execJunk.c 8.08 KB