Re: cash_out bug

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: cash_out bug
Дата
Msg-id GNELIHDDFBOCMGBFGEFOCEKECDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на cash_out bug  (Alvaro Herrera <alvherre@atentus.com>)
Ответы Re: cash_out bug
Список pgsql-hackers
> It turns out to be a far more serious bug than that, and is not limited
> to cash_out.  All these functions have the same problem:
>
> select proname from pg_proc where proargtypes=(select proargtypes from
> pg_proc where proname='cash_in') and pronargs=1 and proisstrict='t'
> order by proname;

Is this a problem in that the functions are definined to return opaque (eg.
PG_RETURN_VOID) but are then still usable in SELECT statements?

Chris



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: cash_out bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Interesting message about printf()'s in PostgreSQL