Re: Problem with listen_addresses = '*' on 8.4beta2 on AIX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: "Merlin Moncure" <mmoncure(at)gmail(dot)com>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org, ac(at)esilo(dot)com
Subject: Re: Problem with listen_addresses = '*' on 8.4beta2 on AIX
Date: 2009-06-12 14:32:29
Message-ID: 16240.1244817149@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> writes:
> After we have word from Merlin, I'd write a patch that changes
> src/backend/libpq/ip.c and src/frontend/libpq/ip.c to undo the AIX hack
> and adds documentation to section 15.8.1 that states the recommended
> fix levels per AIX version.
> I won't get to do that before Monday though, so if somebody can do
> it before that, go ahead.

The code change is already made for RC1, but if you want to send in a
patch to improve the docs, feel free. I left it with just a vague
recommendation to update to the latest fixpack:
http://developer.postgresql.org/pgdocs/postgres/installation-platform-notes.html#INSTALLATION-NOTES-AIX

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-06-12 14:33:33 Re: Modifying TOAST_TUPLE_THRESHOLD and TOAST_TUPLE_TARGET?
Previous Message Kevin Grittner 2009-06-12 14:18:51 Re: cannot update to the latest CVS sources