mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 21:09:00 -04:00
63cc56de54
set-returning functions in its target list. This ensures that we won't rewrite the query in a way that places set-returning functions into quals (WHERE clauses). Cf. bug reports from Joe Conway.