Re: Call for platform testing

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Call for platform testing
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB43B@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Call for platform testing  (Thomas Lockhart <lockhart@fourpalms.org>)
Ответы Re: Call for platform testing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> QNX6 will fail in 7.2.X.  We have patches for 7.3.  I believe AIX is
> fine thanks to work done a few weeks ago by Tatuso and others.
However,
> I am not totally sure.

7.2b3 passes "make check" on AIX 4.3 with both xlc and gcc.
1 Rounding difference (last digit) and 3 0 vs -0 in the geometry tests 
when using gcc (both gcc and xlc show -0s, only different ones).

The PG_FUNCTION_INFO_V1 macro produces an annoying warning, that I
cannot 
interpret:

xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong  -DREFINT_VERBOSE -I.
-I../../src/include -I/us
r/local/include  -c -o autoinc.o autoinc.c       8 | extern Pg_finfo_record * pg_finfo_autoinc (void);
Pg_finfo_record * pg_finfo_a
utoinc (void) { static Pg_finfo_record my_finfo = { 1 }; return
&my_finfo; };
........................................................................
......
........................................................................
....a
a - 1506-137 (E) Declaration must declare at least one declarator, tag,
or the members of
an enumeration.

Andreas


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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: FW: [ppa-dev] Severe bug in debian - phppgadmin opens up
Следующее
От: mlw
Дата:
Сообщение: Re: Possible bug in new VACUUM code