AIX 4.2.1 regression test - Mailing list pgsql-hackers

From Andreas Zeugswetter
Subject AIX 4.2.1 regression test
Date
Msg-id 01BE0261.A3F5F0C0@zeugswettera.user.lan.at
Whole thread Raw
Responses Re: [HACKERS] AIX 4.2.1 regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

AIX 4.2.1 regression tests are ok :-)

int2 ..  failed        other errmsg (ok)
int4 ..  failed        other errmsg (ok)
float8 ..  failed        has correct output / expected is wrong (ok)
geometry ..  failed    rounding diffs (ok)
abstime ..  failed    PDT instead of PST in some rows, 1h difference (ok)
tinterval ..  failed        --"--
horology ..  failed    --"--
inet ..  failed        expected/inet.out is incorrect (ok, but please remake)
rules ..  failed        other sort order in select * from rtest_admin (guess ok)

It would need only the following modifikations to current CVS:

remove file src/makefiles/Makefile.aix4no harm because it is not used (it does not work 100% because it won't resolve
variablesfrompostgres main executable, therefore the postgres.imp is still needed) .alternatively I could try to do a
newone
 
modify configure test for cpp stdincurrently does xlc -E and fails to notice, that it does not work
hand made libplpgsql.sothe command was:    ld -H512 -bM:SRE -bI:/usr/postgres/lib/postgres.imp -bexpall -o
libplpgsql.so.1.0\    pl_comp.o pl_exec.o pl_funcs.o pl_handler.o pl_parse.o -lcthe -bexpall makes it easier, but is
newsince AIX 4.2, so those with 3.2 or 4.1 still need to do the .exp stuff
 

cheers :-)
Andreas



pgsql-hackers by date:

Previous
From: Andreas Zeugswetter
Date:
Subject: Re: [HACKERS] s_lock.h line 178
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] New INET and CIDR types