Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow composite, enum and array types, as those are surely not binary-compatible with anything else because of the embedded OIDs. Inspired by bug report by Oleg Serov.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/functioncmds.c | modified | +34 −3 |