Re: [BUGS] BUG #1429: stats tests fails

2005-01-25 Thread Hendrik Müller
Tom Lane schrieb: That means the statistics collector subprocess didn't start. Check the postmaster log to find out why not. (In my experience the most common reason why not is that your DNS configuration is broken to the point that it won't resolve the name "localhost".) Thank you for your help.

Re: [BUGS] BUG #1429: stats tests fails

2005-01-24 Thread Tom Lane
"Hendrik Mueller" <[EMAIL PROTECTED]> writes: > The stats-test execute after make (with make check) fails. That means the statistics collector subprocess didn't start. Check the postmaster log to find out why not. (In my experience the most common reason why not is that your DNS configuration is

[BUGS] BUG #1429: stats tests fails

2005-01-23 Thread Hendrik Mueller
The following bug has been logged online: Bug reference: 1429 Logged by: Hendrik Mueller Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.0.0 Operating system: Windows 2000 SP4 Description:stats tests fails Details: The stats-test execute after make (with ma