Re: RFC: Add 'taint' field to pg_control.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: RFC: Add 'taint' field to pg_control.
Дата
Msg-id B6305103-A75E-4BE4-A5C9-83B623CA3EED@anarazel.de
обсуждение исходный текст
Ответ на Re: RFC: Add 'taint' field to pg_control.  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: RFC: Add 'taint' field to pg_control.
Список pgsql-hackers

On March 7, 2018 5:51:29 PM PST, Craig Ringer <craig@2ndquadrant.com> wrote:
>My favourite remains an organisation that kept "fixing" an issue by
>kill
>-9'ing the postmaster and removing postmaster.pid to make it start up
>again. Without killing all the leftover backends. Of course, the system
>kept getting more unstable and broken, so they did it more and more
>often.
>They were working on scripting it when they gave up and asked for help.

Maybe I'm missing something, but that ought to not work. The shmem segment that we keep around would be a conflict, no?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: FOR EACH ROW triggers on partitioned tables
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Some message fixes