Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql-server/ oc/src/sgml/ref/Tag: oc/src/sgml ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/ref/Tag: oc/src/sgml ...
Date
Msg-id 20030201220941.23AE2475BA1@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ oc/src/sgml/ref/create_cast.sgml ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c