Deferred trigger cleanup

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Deferred trigger cleanup
Дата
Msg-id 20030325171410.GD11881@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: Deferred trigger cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Deferred trigger cleanup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hi,

The following patch cleans up the deferred trigger mechanism.  There is
an unneeded memory context and some variables that are not used anymore.
It's pretty trivial and the regression tests pass fine.  There's no
change in functionality, only deletion of unused code.  I left an empty
function because maybe I'll need it for nested transactions.

Please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Nunca se desea ardientemente lo que solo se desea por razon" (F. Alexandre)

Вложения

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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: array support patch phase 1 patch
Следующее
От: "Fabio Furia Silva"
Дата:
Сообщение: Re: ALTER TABLE .. SET WITH / WITHOUT OIDS