Re: BUG #17283: localhost should also include IPv6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: treysis(at)gmx(dot)net
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17283: localhost should also include IPv6
Date: 2021-11-13 02:12:59
Message-ID: 1872737.1636769579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Currently, PostgreSQL defaults to listen on 'localhost', which translates to
> single-stack IPv4 loopback address 127.0.0.1.

The definition of "localhost" is determined by your local DNS
configuration, not by Postgres.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-13 02:32:48 Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum
Previous Message Peter Geoghegan 2021-11-13 01:57:07 Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum