Re: Windows build farm failures

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Michael Meskes" <meskes(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows build farm failures
Date: 2006-09-25 12:01:04
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA35701@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I just had a look at the reports and it seems we have several
> things going on:
>
> 1) libpq gives additional information when not able to connect:
> could not connect to server: Connection refused
> (0x0000274D/10061)
> instead of just:
> could not connect to server: Connection refused
>
> Any idea?

Those are windows errorcodes (same code written in box hex and decimal).
Not really sure why we have it different on win32, but it has been like
that for ages.

> 2) Printf "%g" with a double high enough for an exponential output
> gives
> a difference in the exponent. This is due to Windows using three
> digits while the Unixes use just two, e.g. e+027 instead of
> e+27.

Yeah, this is known. You'll notice we have extra ouput files for the
standard regression tests to deal with this.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2006-09-25 12:03:23 Re: DELETE RETURNING
Previous Message Jim Nasby 2006-09-25 11:49:27 Re: Getting a move on for 8.2 beta