Re: string_to_array has to be stable?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: string_to_array has to be stable?
Дата
Msg-id 27322.1280423428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: string_to_array has to be stable?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: string_to_array has to be stable?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Jul 29, 2010 at 1:00 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Or we could decide that volatile domain CHECK expressions are un-sensible
>> and just relabel all these input functions as stable, which would make
>> everything consistent. �Thoughts?

> Aren't volatile CHECK expressions pretty un-sensible in general?

Yeah, probably so.  I can't think of a use-case that seems like it would
justify the possible performance hit from having to assume all functions
performing datatype input calls are volatile.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vincenzo Romano
Дата:
Сообщение: On Scalability
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: On Scalability