Re: Stats Collector Error 7.4beta1 and 7.4beta2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adam Kavan <akavan(at)cox(dot)net>
Cc: Kurt Roeckx <Q(at)ping(dot)be>, Jan Wieck <JanWieck(at)yahoo(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Stats Collector Error 7.4beta1 and 7.4beta2
Date: 2003-09-04 22:49:18
Message-ID: 9746.1062715758@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Adam Kavan <akavan(at)cox(dot)net> writes:
>> if (memcmp(&fromaddr, &pgStatAddr, fromlen))
>> continue;

> This is the very line that is giving me problems. I commented it out and
> recompiled and now the stats system works. Of course I have to assume that
> its bad to go around with out that check...

Hmm. Could you look and see what the actual values are in each address?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message elein 2003-09-04 22:50:33 Re: plpython
Previous Message Adam Kavan 2003-09-04 22:39:44 Another small bug (pg_autovacuum)