Re: SSI bug? - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: SSI bug?
Date
Msg-id 4D5C46BB020000250003AB40@gw.wicourts.gov
Whole thread Raw
In response to SSI bug?  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
Responses Re: SSI bug?  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
List 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

pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: COPY ENCODING revisited
Next
From: Bruce Momjian
Date:
Subject: Re: Debian readline/libedit breakage