Re: CREATE CAST requires immutable cast function?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CREATE CAST requires immutable cast function?
Дата
Msg-id 200209010245.g812j0b04425@candle.pha.pa.us
обсуждение исходный текст
Ответ на CREATE CAST requires immutable cast function?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: CREATE CAST requires immutable cast function?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Help with finding checkpoint code