Re: abstract Unix-domain sockets

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: abstract Unix-domain sockets
Дата
Msg-id 20201118020028.GJ19692@paquier.xyz
обсуждение исходный текст
Ответ на Re: abstract Unix-domain sockets  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: abstract Unix-domain sockets
Список pgsql-hackers
On Tue, Nov 17, 2020 at 11:18:12PM +0100, Peter Eisentraut wrote:
> So the mention of the "port" doesn't really add any information here and
> just introduces new terminology that isn't really relevant.
>
> My idea is to change the message to:
>
> ERROR:  could not bind Unix address "/tmp/.s.PGSQL.5432": Address already in
> use
> HINT:  Is another postmaster already running at this address?

Are you saying that you would remove the hint telling to remove the
socket file even for the case of non-abstract files?  For abstract
paths, this makes sense.  For both, removing the "port" part is indeed
a good idea as long as you keep around the full socket file name.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: remove spurious CREATE INDEX CONCURRENTLY wait
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: VACUUM (DISABLE_PAGE_SKIPPING on)