diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-10-24 22:30:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-10-24 22:30:35 +0000 |
commit | 404bc385d1cf9daf8c5fb1062f82b1325e36c2d6 (patch) | |
tree | dc72ea04673733475e86c2f495ea0824eeae10cd | |
parent | 9507b560318127899423c7c618b83f810b230e80 (diff) | |
download | postgresql-404bc385d1cf9daf8c5fb1062f82b1325e36c2d6.tar.gz postgresql-404bc385d1cf9daf8c5fb1062f82b1325e36c2d6.zip |
IBM has addressed the socket address storage issue as of AIX 5.3
maintenance level 5300-03; the following patch adds documentation to
FAQ_AIX.
Chris Browne
-rw-r--r-- | doc/FAQ_AIX | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX index a121af31c52..c4c201f4ec3 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -1,5 +1,5 @@ From: Zeugswetter Andreas <ZeugswetterA@spardat.at> -$Date: 2005/07/30 03:39:27 $ +$Date: 2005/10/24 22:30:35 $ 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 @@ -83,6 +83,25 @@ It appears that the "final" resolution will be to alter _SS_MAXSIZE to IBM will be providing a fix in the next maintenance release (expected in October 2005) with an updated socket.h. --- +PMR29657 was resolved in APAR IY74147: INCOMPATIBILITY BETWEEN +SOCKADDR_UN AND SOCKADDR_STORAGE STRUCT + +APAR information +APAR number IY74147 +Reported component name AIX 5.3 +Reported component ID 5765G0300 +Reported release 530 +Status CLOSED PER +PE NoPE +HIPER NoHIPER +Submitted date 2005-07-18 +Closed date 2005-07-18 +Last modified date 2005-09-06 + +If you upgrade to maintenance level 5300-03, that will include this +fix. Use the command "oslevel -r" to determine what maintenance level +you are at. +--- From: Christopher Browne <cbbrowne@ca.afilias.info> Date: 2005-07-15 @@ -93,4 +112,4 @@ libraries, the following URLs may help you... http://www.faqs.org/faqs/aix-faq/part4/section-22.html -http://www.han.de/~jum/aix/ldd.c
\ No newline at end of file +http://www.han.de/~jum/aix/ldd.c |