diff options
author | Bruce Momjian | 2002-02-01 18:23:24 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-02-01 18:23:24 +0000 |
commit | a4cf22c7349578533e53226efb0d5b04e1617513 (patch) | |
tree | 16935d6a117c6298d6631a17765eabb623f6baf0 /doc/FAQ_AIX | |
parent | 984d0ecf6eaa99df3a0bcff5ad5a566222b7a29e (diff) |
Last Minute AIX_FAQ patch with small corrections for current version,
please apply.
Andreas
Diffstat (limited to 'doc/FAQ_AIX')
-rw-r--r-- | doc/FAQ_AIX | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX index 7184987c63e..74a1fd57688 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -1,5 +1,5 @@ -From: Zeugswetter Andreas <[email protected]> -Tue Mar 27 10:47:31 MSZ 2001 +From: Zeugswetter Andreas <[email protected]> +Fri Feb 1 17:24:51 NFT 2002 On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc (vac.C 5.0.1) passes all regression tests. @@ -16,10 +16,10 @@ installed the appropriate C++ include files and use a C++ version that supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0 and vacpp.cmp.include 5.0). -There will probably be warnings about int8 - int64 redefines, 0.0/0.0 -division and duplicate symbol warnings which you can safely ignore. +There will probably be warnings about 0.0/0.0 division and duplicate symbols +which you can safely ignore. -Compiling PostgreSQL with gcc (2.95.2) on AIX also works. +Compiling PostgreSQL with gcc (2.95.3) on AIX also works. Use the configure flags: --with-CC=gcc Since the mktime() function does not work on AIX for dates before |