Re: BUG #1480: A wildcard for the listen address doesn't work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1480: A wildcard for the listen address doesn't work
Date
Msg-id 29442.1108401130@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1480: A wildcard for the listen address doesn't work  ("Glen" <glen@cert.ucr.edu>)
List pgsql-bugs
"Glen" <glen@mail.cert.ucr.edu> writes:
> If I go with this in my postgresql.conf file, then postgresql doesn't listen
> on anything but localhost:
> listen_addresses = '*'

You sure it's broken?  It only needs to create one socket for that case,
not one per NIC.

If it indeed doesn't work then there's something wrong with
getaddrinfo() on your machine.  FWIW, it seems to work fine for
me on Fedora Core 3.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #1451
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1481: ERROR: type tablename does not exist