From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Tegge, Bernd" <tegge(at)repas-aeg(dot)de> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: Regression fails on Alpha True64 V5.0 for yesterdays cvs |
Date: | 2001-11-16 19:01:43 |
Message-ID: | 5849.1005937303@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
"Tegge, Bernd" <tegge(at)repas-aeg(dot)de> writes:
> The interval test fails with the following msg:
> --- 216,222 ----
> -- known to change the allowed input syntax for type interval without
> -- updating pg_aggregate.agginitval
> select avg(f1) from interval_tbl;
> ! server closed the connection unexpectedly
This is bad :-(
I tried to reproduce the problem on the Alpha available at
SourceForge's compile farm. No luck --- regression tests run
perfectly there, at least with vanilla configuration (I used
"configure --enable-cassert"). So it doesn't seem hardware-
specific, but perhaps it depends on the OS.
> No core file and I don't know which of the many error messages in
> postmaster.log are normal and which are not.
> I've run the tests with debug enabled, and I see no further output
> after
> DEBUG: query: select avg(f1) from interval_tbl;
Is there not even a report of the backend crashing? If the postmaster
did not log a child-exit message then there's something more than a
plain old backend crash here.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Wilson | 2001-11-17 16:23:36 | Darwin/MacOSX 10.1.1 newbie |
Previous Message | Tegge, Bernd | 2001-11-16 16:02:04 | Regression fails on Alpha True64 V5.0 for yesterdays cvs |