Re: rebellious pg stats collector (reopened case)

Поиск
Список
Период
Сортировка
От Laszlo Nagy
Тема Re: rebellious pg stats collector (reopened case)
Дата
Msg-id 495A1F4D.6050205@shopzeus.com
обсуждение исходный текст
Ответ на Re: rebellious pg stats collector (reopened case)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: rebellious pg stats collector (reopened case)  (Laszlo Nagy <gandalf@shopzeus.com>)
Список pgsql-admin
> alive".  Otherwise you'll have trouble with the collector not stopping
> when you want it to.  Look into src/backend/storage/ipc/pmsignal.c:
>
> -        return (getppid() == PostmasterPid);
> +        return (getppid() != 1);
>
> (Obviously this is a hack, but it should work on any Unixish system)
>
Thanks. I'm going to try this next weekend (when nobody works on the
database) and come back with the results.

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

Предыдущее
От: "Bhujbal, Santosh"
Дата:
Сообщение: postgres block_size problem
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: postgres block_size problem