Re: Yet another failure mode in pg_upgrade

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Yet another failure mode in pg_upgrade
Дата
Msg-id 20244.1346525015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Yet another failure mode in pg_upgrade  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Yet another failure mode in pg_upgrade  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Well, you only want the unix_socket* if sockdir is defined, but you want
> LISTEN_STR unconditionally, even if there is no sockdir.

Really?  What will happen when the installation's default is to not
listen on any Unix socket?  (unix_socket_directories = '' in
postgresql.conf.)

I'm inclined to think that the "no sockdir" case is broken and you
should get rid of it.  If you're starting a postmaster, you can and
should tell it a sockdir, period.  If you're running a live check this
code is all moot anyway.
        regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Yet another failure mode in pg_upgrade
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Yet another failure mode in pg_upgrade