CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/02/01 17:09:41
Modified files:
doc/src/sgml/ref: Tag: REL7_3_STABLE create_cast.sgml
src/backend/commands: Tag: REL7_3_STABLE functioncmds.c
Log message:
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.