Re: OpenBSD/Sparc status

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: stefan(at)kaltenbrunner(dot)cc, pgsql-hackers(at)postgresql(dot)org
Subject: Re: OpenBSD/Sparc status
Date: 2004-11-21 18:22:59
Message-ID: 9013.1101061379@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Andrew Dunstan" <andrew(at)dunslane(dot)net> writes:
> I guess my concern is that on Sparc64/OpenBSD-3.6* at least, this bug is
> exposed by the seg tests but might well occur elsewhere and bite us in
> various unpleasant ways.

The experimentation I did to develop the test case suggested that the
problem only occurs when the result of a function returning float is
stored directly into a union member. That's a sufficiently weird case
that I'm reasonably confident it doesn't occur elsewhere in the backend.
It might be worth Stefan's time to vary the test case a bit (eg try
double instead of float, struct instead of union, etc) and see just how
general the bug is.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2004-11-21 18:26:36 Re: bug/issue tracking system?
Previous Message Jim Seymour 2004-11-21 17:39:56 Fix for "q" with psql display paging dumps out of psql