]> granicus.if.org Git - postgresql/commit
Remove restriction that cast functions cannot be volatile. This
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Feb 2003 22:09:41 +0000 (22:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Feb 2003 22:09:41 +0000 (22:09 +0000)
commitd77c6396bbd84429c3bdf773c76c7b25c23734a2
tree0a467f432b02267380c84efcc3f5b70d1e416b1b
parentaf30b9561841ccbeb1adb7fe7e8d15635a29211d
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.
doc/src/sgml/ref/create_cast.sgml
src/backend/commands/functioncmds.c