Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 404bc38

Browse files
committed
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
1 parent 9507b56 commit 404bc38

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

doc/FAQ_AIX

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
From: Zeugswetter Andreas <[email protected]>
2-
$Date: 2005/07/30 03:39:27 $
2+
$Date: 2005/10/24 22:30:35 $
33

44
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
55
(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
8383
IBM will be providing a fix in the next maintenance release (expected
8484
in October 2005) with an updated socket.h.
8585
---
86+
PMR29657 was resolved in APAR IY74147: INCOMPATIBILITY BETWEEN
87+
SOCKADDR_UN AND SOCKADDR_STORAGE STRUCT
88+
89+
APAR information
90+
APAR number IY74147
91+
Reported component name AIX 5.3
92+
Reported component ID 5765G0300
93+
Reported release 530
94+
Status CLOSED PER
95+
PE NoPE
96+
HIPER NoHIPER
97+
Submitted date 2005-07-18
98+
Closed date 2005-07-18
99+
Last modified date 2005-09-06
100+
101+
If you upgrade to maintenance level 5300-03, that will include this
102+
fix. Use the command "oslevel -r" to determine what maintenance level
103+
you are at.
104+
---
86105
From: Christopher Browne <[email protected]>
87106
Date: 2005-07-15
88107

@@ -93,4 +112,4 @@ libraries, the following URLs may help you...
93112

94113
http://www.faqs.org/faqs/aix-faq/part4/section-22.html
95114

96-
http://www.han.de/~jum/aix/ldd.c
115+
http://www.han.de/~jum/aix/ldd.c

0 commit comments

Comments
 (0)