mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 16:18:57 -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.