Re: Review: pre-commit triggers

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Review: pre-commit triggers
Дата
Msg-id m21u2dzhds.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Review: pre-commit triggers  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Given that, do we want to keep the bar on these operating in single user
> mode? I can easily drop it and just document this way out of difficulty.

Currently Event Triggers are disabled in single user mode, in parts
because operating them require accessing to a catalog index, which might
be corrupted and the reason why you're in single user mode in the first
place.

So please keep your new event trigger disabled in single user mode.
 http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=cd3413ec3683918c9cb9cfb39ae5b2c32f231e8b

Regards, and thanks for this new Event Trigger!
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: CLUSTER FREEZE
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Improvement of pg_stat_statement usage about buffer hit ratio