Re: chkpass_in should not be volatile

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: chkpass_in should not be volatile
Дата
Msg-id CAKFQuwbc56pU1SHpEEhxVhn6Cbs-W-vyRZ1GAmkvNnRF30M5bg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: chkpass_in should not be volatile  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: chkpass_in should not be volatile  (Thom Brown <thom@linux.com>)
Список pgsql-hackers
On Fri, Jun 3, 2016 at 9:56 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Thom Brown <thom@linux.com> writes:
> ...or at least according to the warning message:
> postgres=# CREATE EXTENSION chkpass ;
> WARNING:  type input function chkpass_in should not be volatile

See thread here:

https://www.postgresql.org/message-id/flat/CACfv%2BpL2oX08SSZSoaHpyC%3DUbfTFmPt4UmVEKJTH7y%3D2QMRCBw%40mail.gmail.com

Given the lack of complaints so far, maybe we could think about redefining
the behavior of chkpass_in.  I'm not very sure to what, though.

Thom, how did you end up encountering this?

​While it seems to have resulted in the right effect (here) maybe we could have written: "WARNING: If you are reading this please email pgsql-bugs@postgresql.org" and mention checkpass_in volatility in the subject.​" instead

David J.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14155: bloom index error with unlogged table
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pg9.6 segfault using simple query (related to use fk for join estimates)