Remove restriction that cast functions cannot be volatile. This

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

Commit: d77c6396bbd84429c3bdf773c76c7b25c23734a2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-01T22:09:41Z
Releases: 7.3.2
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