Re: regression failure on stats test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: regression failure on stats test
Date
Msg-id 19197.1122263162@sss.pgh.pa.us
Whole thread Raw
In response to regression failure on stats test  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: regression failure on stats test
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> FYI, I am seeing the same stats regression failures in CVS, even after
> the recent commits to improve sleep().

As near as I can tell, this is fixed by pgstat.c rev 1.101.  I'm not
clear why --- the patch certainly zeroes some table fields that were
going uninitialized before, but I do not have a clear picture of how
that resulted in the observed symptoms.  But I haven't seen the failure
happen during continuous regression testing today, whereas I was able to
make it happen several times before I applied that patch.

Has anyone else seen this failure since updating to latest pgstat.c?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Couple of minor buildfarm issues
Next
From: "Magnus Hagander"
Date:
Subject: Re: For review: Server instrumentation patch