Re: Deferred trigger cleanup

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

---------------------------------------------------------------------------


Alvaro Herrera wrote:
> 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)

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: holdable cursors
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgdump and START WITH ...