Thread

  1. Re: [HACKERS] Current sources?

    Mattias Kregert <matti@algonet.se> — 1998-05-27T11:34:01Z

    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 */