Re: arrayfuncs: fix read of uninitialized mem - Mailing list pgsql-patches

From Neil Conway
Subject Re: arrayfuncs: fix read of uninitialized mem
Date
Msg-id 1095290297.31400.10.camel@localhost.localdomain
Whole thread Raw
In response to Re: arrayfuncs: fix read of uninitialized mem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: arrayfuncs: fix read of uninitialized mem  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
On Thu, 2004-09-16 at 00:18, Tom Lane wrote:
> I dislike what you did at lines 983-1012 (replace a local variable by
> possibly-many stores into an array).

Ok, I'll revert it.

> Also, as long as we're fixing unreadable code, how about (line 1019)
> [...]

Sounds good to me.

I'll update the patch and apply it later today.

-Neil



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: arrayfuncs: fix read of uninitialized mem
Next
From: Tom Lane
Date:
Subject: Re: arrayfuncs: fix read of uninitialized mem