Re: SSI bug?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <yamt(at)mwd(dot)biglobe(dot)ne(dot)jp>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSI bug?
Date: 2011-02-17 03:50:51
Message-ID: 4D5C46BB020000250003AB40@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

YAMAMOTO Takashi wrote:

> might be unrelated to the loop problem, but...

Aha! I think it *is* related. There were several places where data
was uninitialized here; mostly because Dan was working on this piece
while I was working on separate issues which added the new fields.
I missed the interaction on integrating the two efforts. :-(
The uninitialized fields could lead to all the symptoms you saw.
I've reviewed, looking for other similar issues and didn't find any.

Could you try the attached patch and see if this fixes the issues
you've seen?

-Kevin

Attachment Content-Type Size
ssi-uninit.patch application/octet-stream 1.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-17 03:53:55 Re: Debian readline/libedit breakage
Previous Message Stephen Frost 2011-02-17 03:45:49 Re: Debian readline/libedit breakage