Re: RESULT_OID Bug

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: RESULT_OID Bug
Дата
Msg-id 42E7D935.90105@dunslane.net
обсуждение исходный текст
Ответ на Re: RESULT_OID Bug  (Andrew - Supernews <andrew+nonews@supernews.com>)
Список pgsql-hackers

Andrew - Supernews wrote:

>On 2005-07-27, Michael Fuhr <mike@fuhr.org> wrote:
>  
>
>>So far the problem does seem to be specific to whatever PL/pgSQL's
>>is doing, and it affects ROW_COUNT as well as RESULT_OID.  I haven't
>>been able to reproduce the problem with PL/Tcl or with C and SPI.
>>    
>>
>
>src/pl/plpgsql/src/pl_exec.c, function exec_stmt_getdiag, uninitialized
>variable "isnull".
>
>  
>

nice catch. I see the "= false" removed in about 5 places in this 
change: 
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.146;r2=1.147

Is this the only one that matters?

cheers

(another) andrew


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

Предыдущее
От: Andrew - Supernews
Дата:
Сообщение: Re: RESULT_OID Bug
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Integrated autovacuum