mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 05:18:58 -04:00
e945246321
be anything yielding an array of the proper kind, not only sub-ARRAY[] constructs; do subscript checking at runtime not parse time. Also, adjust array_cat to make array || array comply with the SQL99 spec. Joe Conway