summaryrefslogtreecommitdiff
path: root/doc/FAQ_AIX
diff options
context:
space:
mode:
authorTom Lane2002-11-12 20:02:32 +0000
committerTom Lane2002-11-12 20:02:32 +0000
commit4ee5fa3c74f19bcb0a1e301cf1acc232f5e1a8ce (patch)
treeef8045a8d79a854b3590b685fcf0c8b8ebe87e5b /doc/FAQ_AIX
parent6929a1e6ad623d182a4aa7567af8a14c4afa3ae8 (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 88592b383be..16b70f18c96 100644
--- a/doc/FAQ_AIX
+++ b/doc/FAQ_AIX
@@ -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.