Re: regression failure on stats test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression failure on stats test
Date: 2005-07-25 03:46:02
Message-ID: 19197.1122263162@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-07-25 04:45:26 Re: [HACKERS] Autovacuum loose ends
Previous Message Tom Lane 2005-07-25 03:06:50 Couple of minor buildfarm issues