BUG #10140: Configured for 127.0.0.1 but binds to all IP - Mailing list pgsql-bugs

From sofiamay@mail.ru
Subject BUG #10140: Configured for 127.0.0.1 but binds to all IP
Date
Msg-id 20140425075608.2714.57886@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP
Re: BUG #10140: Configured for 127.0.0.1 but binds to all IP
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      10140
Logged by:          Dmitro
Email address:      sofiamay@mail.ru
PostgreSQL version: 9.3.4
Operating system:   Windows 7 Pro x64
Description:

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.

pgsql-bugs by date:

Previous
From: "Burgess, Freddie"
Date:
Subject: pitfalls of installing pgpool on a standby server
Next
From: molind@gmail.com
Date:
Subject: BUG #10141: Server fails to send query result.