Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane <tgl@sss.pgh.pa.us>
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.1544384975@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/tupdesc.c | modified | +3 −0 |
Discussion
- Why does TupleDescInitBuiltinEntry lack a "default: error" case? 2 messages · 2018-12-09