pgsql-server/ oc/src/sgml/ref/Tag: oc/src/sgml ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/Tag: oc/src/sgml ...
Date: 2003-02-01 22:09:41
Message-ID: 20030201220941.23AE2475BA1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-02-01 22:34:04 Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
Previous Message Tom Lane 2003-02-01 22:09:26 pgsql-server/ oc/src/sgml/ref/create_cast.sgml ...