Re: PLPGSQL OID Bug - Mailing list pgsql-patches

From Neil Conway
Subject Re: PLPGSQL OID Bug
Date
Msg-id 42E83708.4030500@samurai.com
Whole thread Raw
In response to Re: PLPGSQL OID Bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PLPGSQL OID Bug
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: AIX - pgport/contrib resolution
Next
From: Tom Lane
Date:
Subject: Re: PLPGSQL OID Bug