From: | "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> |
---|---|
To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, <thomas(at)pgsql(dot)com> |
Cc: | "PostgreSQL Hackers Mailing List" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Call for platform testing |
Date: | 2001-11-28 11:25:15 |
Message-ID: | 46C15C39FEB2C44BA555E356FBCD6FA41EB43B@m0114.s-mxs.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | mlw | 2001-11-28 11:58:25 | Re: Possible bug in new VACUUM code |
Previous Message | Dinesh Parikh | 2001-11-28 11:10:58 | Creating Postgres DB from Remote Machine |