> 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