forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb7a2969
committed
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.us1 parenteeeb1df commitb7a2969
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
| 747 | + | |
| 748 | + | |
| 749 | + | |
747 | 750 |
| |
748 | 751 |
| |
749 | 752 |
| |
|
0 commit comments
Comments
(0)