Re: Weirdness with the stats collector process
От | Tom Lane |
---|---|
Тема | Re: Weirdness with the stats collector process |
Дата | |
Msg-id | 8731.1469563155@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Weirdness with the stats collector process (Matthew Musgrove <mmusgrove@emortgagelogic.com>) |
Список | pgsql-general |
Matthew Musgrove <mmusgrove@emortgagelogic.com> writes: > I asked what network changes were made on July 7th around 14:05 and was told that they disabled IPv6! I had them turn itback on and stats started working immediately. Ooops ... > I have since changed the config from listen_addresses = '*' to listen_addresses = '0.0.0.0' but we won't be restartinguntil our next maintenance window (in about a week) when they will disable IPv6 again. AFAIR, listen_addresses doesn't have any impact on our choice of stats collector loopback port: we just look up "localhost" at postmaster start, and use whatever that resolves as. It's fairly common these days for that to resolve as both "::1" and "127.0.0.1", and we'll use whichever of those is first found to work. So this change would probably have been fine if it were made when PG wasn't running, but it was pretty foolish to do it to a running system without even looking to see if any IPV6 connections were open :-( regards, tom lane
В списке pgsql-general по дате отправления: