Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/backend/commands:
functioncmds.c (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/functioncmds.c?r1=1.108&r2=1.109)
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2009-03-04 11:57:00 |
| Subject: pgsql: Provide some proper minimal documentation for the pg_dump(all) |
| Previous: | From: Peter Eisentraut | Date: 2009-03-04 10:55:00 |
| Subject: pgsql: Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. |