Re: CREATE CAST requires immutable cast function? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: CREATE CAST requires immutable cast function?
Date
Msg-id 200209010245.g812j0b04425@candle.pha.pa.us
Whole thread Raw
In response to CREATE CAST requires immutable cast function?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Perhaps there's a case for prohibiting volatile casts (as opposed to
> stable ones), but I don't really see it.  I'd prefer to just remove
> this restriction.  Comments?

Volatile casts can blow up.  I am sure that is the reasoning.  ;-)

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: CREATE CAST requires immutable cast function?
Next
From: Bruce Momjian
Date:
Subject: Help with finding checkpoint code