Re: PLPGSQL OID Bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: PLPGSQL OID Bug
Дата
Msg-id 42E83708.4030500@samurai.com
обсуждение исходный текст
Ответ на Re: PLPGSQL OID Bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PLPGSQL OID Bug
Список pgsql-patches
Tom Lane wrote:
> The other spots seem to be OK.  Thanks for the report and fix!

Woops, my apologies for introducing the bug. In general I think it's
worth removing explicit initialization of out parameters unless that
initialization is actually needed. I thought I had checked that
`isnull=false' wasn't needed, but obviously I missed a case.

BTW, is there a reason why exec_cast_value() and friends take a bool *,
rather than a bool?

-Neil

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AIX - pgport/contrib resolution
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PLPGSQL OID Bug