Re: listening addresses - Mailing list pgsql-hackers

From Tom Lane
Subject Re: listening addresses
Date
Msg-id 8115.1079388814@sss.pgh.pa.us
Whole thread Raw
In response to Re: listening addresses  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: listening addresses  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I did wonder if we should treate "localhost" as a bit special and not 
> rely on the resolver for it.

I don't think so; we went in the other direction in 7.4 for pgstats.
(It used to try to bind to "127.0.0.1" and now tries "localhost".)
So far I've not seen any evidence that makes me think that was a bad
choice.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Shachar Shemesh
Date:
Subject: tinyint and type problems
Next
From: Josh Berkus
Date:
Subject: Constraints & pg_dump