Re: Postgres on AIX5.3 and AIX6.1 - Mailing list pgsql-bugs

From Chris Browne
Subject Re: Postgres on AIX5.3 and AIX6.1
Date
Msg-id 876318f947.fsf@cbbrowne-laptop.afilias-int.info
Whole thread Raw
In response to Postgres on AIX5.3 and AIX6.1  (Liang Giap Wee <weelg@sg.ibm.com>)
Responses Re: Postgres on AIX5.3 and AIX6.1  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
alvherre@commandprompt.com (Alvaro Herrera) writes:
> Excerpts from Chris Browne's message of jue jun 24 14:40:30 -0400 2010:
>> robertmhaas@gmail.com (Robert Haas) writes:
>> > This patch makes it clear that the workaround is no good on AIX 6.1,
>> > but it doesn't seem quite clear about whether the underlying problem
>> > has been fixed in AIX 6.1.  It would be good to understand that.
>>
>> Better?
>
> Empty diff?

Oops.  Hopefully this is less empty.

diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index cd3755b..bde60ce 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2257,7 +2257,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
      would <quote>mysteriously</quote> not come up successfully.  This
      appears to be the result of unexpected behavior in the IPv6
      implementation.  It looks like PostgreSQL and IPv6 do not play
-     very well together at this time on AIX.
+     very well together on AIX 5.3.
     </para>

     <para>
@@ -2291,6 +2291,16 @@ hosts=local4,bind4
       </listitem>
      </itemizedlist>
     </para>
+
+    <warning> <para> This is really a workaround of problems relating
+    to immaturity of IPv6 support, which improved visibly during the
+    course of AIX 5.3 releases.  It has worked with AIX version 5.3,
+    but does not represent an elegant solution to the problem.  It has
+    been reported that this workaround is not only unnecessary, but
+    causes problems on AIX 6.1, where IPv6 support has become more
+    mature. </para>
+    </warning>
+
    </sect3>

    <sect3>

--
(format nil "~S@~S" "cbbrowne" "acm.org")
http://www3.sympatico.ca/cbbrowne/unix.html
In case you weren't aware, "ad homineum" is not latin for "the user of
this technique is a fine debater." -- Thomas F. Burdick

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Postgres on AIX5.3 and AIX6.1
Next
From: Robert Haas
Date:
Subject: Re: Postgres on AIX5.3 and AIX6.1