pgsql: Disable event triggers in standalone mode.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Disable event triggers in standalone mode.
Дата
Msg-id E1TiaBk-000534-Nc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Disable event triggers in standalone mode.

Per discussion, this seems necessary to allow recovery from broken event
triggers, or broken indexes on pg_event_trigger.

Dimitri Fontaine

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd3413ec3683918c9cb9cfb39ae5b2c32f231e8b

Modified Files
--------------
doc/src/sgml/ref/create_event_trigger.sgml |   11 +++++++++--
src/backend/commands/event_trigger.c       |   19 +++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix performance problems with autovacuum truncation in busy work
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add defenses against integer overflow in dynahash numbuckets cal