| From: | "Stefan Brozinski" <Stefan(dot)Brozinski(at)materna(dot)de> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Solaris/Sparc: Regression test fails |
| Date: | 2002-01-30 11:29:19 |
| Message-ID: | a38lf2$gak$1@penthesilea.materna.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi!
I have just installed postgresql-7.1.3 on a Solaris 8 computer. I am
entirely new to postgresql, so I just typed
./configure
gmake
gmake check
Here, some of the regression tests failed. The regression tests that failed
are:
- timestamp
- interval
- abstime
- test horology
- random (ignored)
- test misc
Reviewing the files in ./src/test/regress/results shows that tests
(timestamp,interval,abstime) displayed the same symptom:
psql: connectDBStart() -- connect() failed: Connection refused
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'?
I have no idea what psql wants to tell me here.
The other test results show diffs between expected/found output. Anyone
interested in the regression diffs (192 KB)?
Best regards,
Stefan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bjoern Metzdorf | 2002-01-30 12:32:27 | process exited with status 11 after XLogFlush: request is not satisfied |
| Previous Message | Karel Zak | 2002-01-30 09:38:38 | Re: problem with to_char |