summaryrefslogtreecommitdiff
path: root/doc/FAQ_AIX
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-12 20:02:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-12 20:02:38 +0000
commitb5947f433ec71284ec3f6d6b58528123dded16eb (patch)
tree996a4d9296a7d738457e13a8c0c3e1efb9ff12a4 /doc/FAQ_AIX
parent07a51acac610d03a704ba9669aad04aad2b3c6aa (diff)
Update AIX resultmap for horology tests, per Andreas.
Diffstat (limited to 'doc/FAQ_AIX')
-rw-r--r--doc/FAQ_AIX6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX
index 1ec4be03094..d17fee748f7 100644
--- a/doc/FAQ_AIX
+++ b/doc/FAQ_AIX
@@ -1,5 +1,5 @@
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
-$Date: 2002/11/11 19:59:56 $
+$Date: 2002/11/12 20:02:38 $
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.