Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ee5fa3

Browse files
committed
Update AIX resultmap for horology tests, per Andreas.
1 parent 6929a1e commit 4ee5fa3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/FAQ_AIX

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
2-
$Date: 2002/11/11 20:04:05 $
2+
$Date: 2002/11/12 20:02:32 $
33

44
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
55
(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.
1818
You need libm.a that is in the fileset bos.adt.libm. (Try the
1919
following command.)
2020
$ lslpp -l bos.adt.libm
21-
22-
Since the mktime() function does not work on AIX for dates before
23-
1970, all localtime formatted datetimes will not use daylight-saving
24-
time for dates before 1970.

src/test/regress/resultmap

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
abstime/.*-aix4=abstime-solaris-1947
2+
abstime/.*-aix5=abstime-solaris-1947
13
abstime/alpha.*-dec-osf=abstime-solaris-1947
24
abstime/.*-irix=abstime-solaris-1947
35
abstime/i.86-pc-solaris=abstime-solaris-1947
@@ -20,8 +22,8 @@ geometry/.*-netbsd=geometry-positive-zeros
2022
geometry/hppa.*-hpux9=geometry-positive-zeros
2123
geometry/hppa.*-hpux10=geometry-positive-zeros
2224
geometry/.*-irix6=geometry-positive-zeros
23-
horology/.*-aix4=horology-no-DST-before-1970
24-
horology/.*-aix5=horology-no-DST-before-1970
25+
horology/.*-aix4=horology-solaris-1947
26+
horology/.*-aix5=horology-solaris-1947
2527
horology/alpha.*-dec-osf=horology-solaris-1947
2628
horology/.*-cygwin=horology-no-DST-before-1970
2729
horology/hppa=horology-no-DST-before-1970
@@ -32,6 +34,8 @@ horology/sparc-sun-sunos4.*=horology-no-DST-before-1970
3234
horology/.*-sysv5=horology-solaris-1947
3335
horology/.*-sco=horology-solaris-1947
3436
int8/.*-qnx=int8-exp-three-digits
37+
tinterval/.*-aix4=tinterval-solaris-1947
38+
tinterval/.*-aix5=tinterval-solaris-1947
3539
tinterval/alpha.*-dec-osf=tinterval-solaris-1947
3640
tinterval/.*-irix=tinterval-solaris-1947
3741
tinterval/i.86-pc-solaris=tinterval-solaris-1947

0 commit comments

Comments
 (0)