Re: Possible patch to remove "triggered data change" support

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Possible patch to remove "triggered data change" support
Дата
Msg-id 200111130112.fAD1C7B19141@candle.pha.pa.us
обсуждение исходный текст
Ответ на Possible patch to remove "triggered data change" support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Possible patch to remove "triggered data change" support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> Attached is a patch to remove the "triggered data change" error check
> from trigger.c, as well as pick up the performance improvements that
> that allows (due to not having to save deferred trigger events as long).
>
> I am not yet proposing to actually commit this, since the discussion
> about whether it's a good idea is still ongoing in -hackers.  But
> Stephan seemed to want to have a copy for testing purposes, and I
> thought other people might be interested too.

Are you saying we never need to save deferred trigger events any longer,
or just in this case?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [ODBC] MD5 support for ODBC
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE RENAME fix