BUG #14115: PostgreSQL stopped listening to ip address

From: andreas(dot)schmidt1982(at)googlemail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14115: PostgreSQL stopped listening to ip address
Date: 2016-04-26 15:27:31
Message-ID: 20160426152731.18212.99989@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14115
Logged by: Andreas Schmidt
Email address: andreas(dot)schmidt1982(at)googlemail(dot)com
PostgreSQL version: 9.5.2
Operating system: Windows Server 2008 R2 Standard
Description:

In our postgresql.conf we defined the following addresses:
listen_addresses = 'localhost,192.168.1.2'

PostgreSQL stopped listening to 192.168.1.2 while we still could connect
using localhost.
After we restart the PostgreSQL server, we can connect to 192.168.1.2
again.
The system was not changed during the time period when the problem happened.

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2016-04-26 16:23:42 Re: BUG #14014: postgresql95-setup script determines PGDATA wrongly
Previous Message Tom Lane 2016-04-26 14:18:47 Re: BUG #14114: FK on-delete-cascade trouble