Re: standalone backend PANICs during recovery

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: standalone backend PANICs during recovery
Дата
Msg-id CAB7nPqSjo42sjLx-c8P2Rj5C1Sayrx=xWnp_vfTe=BVOB7QOeA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: standalone backend PANICs during recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Aug 21, 2016 at 1:41 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> So at this point I'm pretty baffled as to what the actual use-case is
> here.

It is easier to attach a debugger in this case to analyze the problem?

> I am tempted to say that a standalone backend should refuse to
> start at all if a recovery.conf file is present.  If we do want to
> allow the case, we need some careful thought about what it should do.

+1 for preventing an instance in --single mode to start if
recovery.conf is present. It is better to put safeguards than getting
unwanted behaviors.
-- 
Michael



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SP-GiST support for inet datatypes
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: New SQL counter statistics view (pg_stat_sql)