mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Update AIX resultmap for horology tests, per Andreas.
This commit is contained in:
parent
6929a1e6ad
commit
4ee5fa3c74
@ -1,5 +1,5 @@
|
||||
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
||||
$Date: 2002/11/11 20:04:05 $
|
||||
$Date: 2002/11/12 20:02:32 $
|
||||
|
||||
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
||||
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
|
||||
@ -18,7 +18,3 @@ Compiling PostgreSQL with gcc (2.95.3) on AIX also works.
|
||||
You need libm.a that is in the fileset bos.adt.libm. (Try the
|
||||
following command.)
|
||||
$ lslpp -l bos.adt.libm
|
||||
|
||||
Since the mktime() function does not work on AIX for dates before
|
||||
1970, all localtime formatted datetimes will not use daylight-saving
|
||||
time for dates before 1970.
|
||||
|
@ -1,3 +1,5 @@
|
||||
abstime/.*-aix4=abstime-solaris-1947
|
||||
abstime/.*-aix5=abstime-solaris-1947
|
||||
abstime/alpha.*-dec-osf=abstime-solaris-1947
|
||||
abstime/.*-irix=abstime-solaris-1947
|
||||
abstime/i.86-pc-solaris=abstime-solaris-1947
|
||||
@ -20,8 +22,8 @@ geometry/.*-netbsd=geometry-positive-zeros
|
||||
geometry/hppa.*-hpux9=geometry-positive-zeros
|
||||
geometry/hppa.*-hpux10=geometry-positive-zeros
|
||||
geometry/.*-irix6=geometry-positive-zeros
|
||||
horology/.*-aix4=horology-no-DST-before-1970
|
||||
horology/.*-aix5=horology-no-DST-before-1970
|
||||
horology/.*-aix4=horology-solaris-1947
|
||||
horology/.*-aix5=horology-solaris-1947
|
||||
horology/alpha.*-dec-osf=horology-solaris-1947
|
||||
horology/.*-cygwin=horology-no-DST-before-1970
|
||||
horology/hppa=horology-no-DST-before-1970
|
||||
@ -32,6 +34,8 @@ horology/sparc-sun-sunos4.*=horology-no-DST-before-1970
|
||||
horology/.*-sysv5=horology-solaris-1947
|
||||
horology/.*-sco=horology-solaris-1947
|
||||
int8/.*-qnx=int8-exp-three-digits
|
||||
tinterval/.*-aix4=tinterval-solaris-1947
|
||||
tinterval/.*-aix5=tinterval-solaris-1947
|
||||
tinterval/alpha.*-dec-osf=tinterval-solaris-1947
|
||||
tinterval/.*-irix=tinterval-solaris-1947
|
||||
tinterval/i.86-pc-solaris=tinterval-solaris-1947
|
||||
|
Loading…
Reference in New Issue
Block a user