mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
2e852e541c
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).