mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 14:55:34 -04:00
3389a110d4
returns-set boolean field in Func and Oper nodes. This allows cleaner, more reliable tests for expressions returning sets in the planner and parser. For example, a WHERE clause returning a set is now detected and complained of in the parser, not only at runtime.