Nested transactions: deferred triggers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Nested transactions: deferred triggers
Дата
Msg-id 20030611192501.GA2728@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: Nested transactions: deferred triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Nested transactions: deferred triggers  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hackers,

In an attempt to simplify my life I'm submitting this patch that
restructures the deferred trigger queue.  The fundamental change is to
put all the static variables to hold the deferred triggers in a single
structure.

This is part of the ongoing nested transactions work but can survive
alone.  There's no change in functionality and regression tests pass.
Please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El dia que dejes de cambiar dejaras de vivir"

Вложения

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

Предыдущее
От: Chris Campbell
Дата:
Сообщение: Re: Adding Rendezvous support to postmaster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Nested transactions: deferred triggers