Re: Windows build farm failures

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Windows build farm failures
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA35701@algol.sollentuna.se
обсуждение исходный текст
Ответ на Re: Windows build farm failures  (Michael Meskes <meskes@postgresql.org>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Getting a move on for 8.2 beta
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: DELETE RETURNING