Remove restriction that cast functions cannot be volatile. This

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6ba8af9d5d5d746069a506979f7163dced0302b7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-01T22:09:26Z
Releases: 7.4.1
Remove restriction that cast functions cannot be volatile.  This
restriction was debatable to begin with, but it has now become obvious
that it breaks forward-porting of user-defined types; contrib/lo being
the most salient example.

Files

PathChange+/−
doc/src/sgml/ref/create_cast.sgml modified +2 −2
src/backend/commands/functioncmds.c modified +8 −1