Make TupleDescInitBuiltinEntry throw error for unsupported types.

Previously, it would just pass back a partially-uninitialized tupdesc,
which doesn't seem like a safe or useful behavior.

Backpatch to v10 where this code came in.

Discussion: https://postgr.es/m/30830.1544384...@sss.pgh.pa.us

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a628e0c5b484eed450093258440cf858bcdb0555

Modified Files
--------------
src/backend/access/common/tupdesc.c | 3 +++
1 file changed, 3 insertions(+)

Reply via email to