mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
These are documented to be the allowed types for the RETURNING clause, but the restriction was not being enforced, which caused a segfault if another type was specified. Add some testing for this. Per report from a.kozhemyakin Backpatch to release 15.