Re: When IMMUTABLE is not.

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: When IMMUTABLE is not.
Дата
Msg-id CAKFQuwbcsPwm_iiE8p5TYZ=2AEnt4LHpCnjjHYoCRAuZk9tzFw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: When IMMUTABLE is not.  (chap@anastigmatix.net)
Ответы Re: When IMMUTABLE is not.  (chap@anastigmatix.net)
Re: When IMMUTABLE is not.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thursday, June 15, 2023, <chap@anastigmatix.net> wrote:

So one could take a strict view that "no PL/Java function should
ever be marked IMMUTABLE" because every one depends on fetching
something (once, at least).

The failure to find and execute the function code itself is not a failure mode that these markers need be concerned with.  Assuming one can execute the function an immutable function will give the same answer for the same input for all time.

David J.

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

Предыдущее
От: chap@anastigmatix.net
Дата:
Сообщение: Re: When IMMUTABLE is not.
Следующее
От: chap@anastigmatix.net
Дата:
Сообщение: Re: When IMMUTABLE is not.