Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: sofiamay(at)mail(dot)ru
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP
Date: 2014-04-25 18:15:38
Message-ID: 20140425181538.GP2556@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Greetings,

* sofiamay(at)mail(dot)ru (sofiamay(at)mail(dot)ru) wrote:
> All versions 9.x.x Postgresql have a BUG. Its configured for 127.0.0.1 but
> binds to all IP (0.0.0.0)!
>
> In postgresql.conf:
>
> listen_addresses = '127.0.0.1'
>
> but in reality:
>
> postgres.exe TCP 0.0.0.0 5432 and
> postgres.exe TCP :: 5432
>
> What's the trouble? Please fix this bug.
> Sorry for my english.

Are you sure that you completely restarted PostgreSQL after making the
change to postgresql.conf? What happens if you, in psql, run:

show listen_addresses;

?

Thanks,

Stephen

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephen Frost 2014-04-25 18:21:42 Re: BUG #10141: Server fails to send query result.
Previous Message skeefe 2014-04-25 17:43:36 BUG #10142: Downstream standby indefinitely waits for an old WAL log in new timeline on WAL Cascading replicatio