diff options
Diffstat (limited to 'doc/FAQ_AIX')
-rw-r--r-- | doc/FAQ_AIX | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX index c4211cbb1fc..55f88abe81e 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -1,5 +1,37 @@ +======================================================= +Frequently Asked Questions (FAQ) for PostgreSQL +AIX Specific +TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ +======================================================= +Last updated: $Date: 2006/12/05 14:47:33 $ + +Topics + +- Known Working Ports +- AIX 4.3.2 Port Report +- AIX 5.3 Additional Information +- AIX, readline, and postgres 8.1.x: +- AIX Memory Management: An Overview +- Statistics Collector Fun on AIX + +----- + +Working Ports +------------- +Consult http://buildfarm.postgresql.org/ for latest information. + +At time of writing the following builds work on 8.0, 8.1 and 8.2 + + AIX 5.3 using gcc 4.0.1 on PowerPC + AIX 5.2 using gcc 3.3.2 on PowerPC + AIX 5.2 using cc 6.0 on PowerPC + +plus port report below for AIX 4.3.2 + +----- + From: Zeugswetter Andreas <[email protected]> -$Date: 2006/09/20 02:10:11 $ +$Date: 2006/12/05 14:47:33 $ 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 |