postgresql 8.0 beta - fail to collect statsistic - Mailing list pgsql-performance

From my thi ho
Subject postgresql 8.0 beta - fail to collect statsistic
Date
Msg-id 20040823143310.93307.qmail@web54104.mail.yahoo.com
Whole thread Raw
Responses Re: postgresql 8.0 beta - fail to collect statsistic  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Hi,
I got this error message:

LOG:  could not create IPv6 socket: Address family not
supported by protocol
LOG:  could not bind socket for statistics collector:
Cannot assign requested address
LOG:  disabling statistics collector for lack of
working socket
LOG:  database system was shut down at 2004-08-24
00:07:21 EST
LOG:  checkpoint record is at 0/A45360
LOG:  redo record is at 0/A45360; undo record is at
0/0; shutdown TRUE
LOG:  next transaction ID: 492; next OID: 17228
LOG:  database system is ready


I already have a look at pgstat.c but dun know where
to fix it ( with 7.3.1 i just change the line
inet_aton("127.0.0.1", &(pgStatAddr.sin_addr));
to inet_aton("<myip>", &(pgStatAddr.sin_addr)); then
it works
this is the config of the computer:
$ uname -a
Linux grieg 2.4.26-general-64G #1 SMP Tue May 18
09:31:45 EST 2004 i686 GNU/Linux

Any help would be really appreciated.
MT




__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail

pgsql-performance by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: using an index worst performances
Next
From: Tom Lane
Date:
Subject: Re: postgresql 8.0 beta - fail to collect statsistic