Re: [HACKERS] Current sources?

Mattias Kregert <matti@algonet.se>

From: Mattias Kregert <matti@algonet.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-05-27T11:34:01Z
Lists: pgsql-hackers
Tom Lane wrote:
> 
> 2. System variations (roundoff error differences, etc) create spurious
>    test complaints that make it hard to interpret the results properly.
>    Can anything be done to clean this up?
> 

It would be good if the backend looked at errno and put out an
appropriate sqlcode number and a human readable message, instead
of using the system error messages.
That would eliminate some of the regression test diff output.

/* m */