Re: RESULT_OID Bug - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: RESULT_OID Bug
Date
Msg-id slrndefk4i.bj3.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to Re: RESULT_OID Bug  (Michael Fuhr <mike@fuhr.org>)
Responses Re: RESULT_OID Bug  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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".

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: ENUM type
Next
From: Andrew Dunstan
Date:
Subject: Re: RESULT_OID Bug