1st nested trasanctions supporting patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема 1st nested trasanctions supporting patch
Дата
Msg-id 20030428004831.GA14464@dcc.uchile.cl
обсуждение исходный текст
Список pgsql-patches
Hackers,

The following is the first patch to provide support for nested
transactions.  All it does is put the global variables in
backend/commands/trigger.c in a single structure.  No change in
functionality, no regression test failed.

It is quite simple; please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan dificil como ser libre" (Elsa Triolet)

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] close() vs. closesocket()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: 2nd nested trasanctions supporting patch