Re: stats_temp_directory conflicts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: stats_temp_directory conflicts
Дата
Msg-id 21648.1546217225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на stats_temp_directory conflicts  (Noah Misch <noah@leadboat.com>)
Ответы Re: stats_temp_directory conflicts  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> I'm thinking the server should manage this; during startup, create
> $stats_temp_directory/PostgreSQL.$postmaster_pid and store each stats file
> therein.

+1

> Just before creating that directory, scan $stats_temp_directory and
> delete subdirectories that no longer correspond to live PIDs.

Hm, seems potentially racy, if multiple postmasters are starting
at the same time.  The only one you can be *sure* is dead is one
with your own PID.

            regards, tom lane


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: stats_temp_directory conflicts
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Minor comment fix for pg_config_manual.h