My project: nested transactions

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема My project: nested transactions
Дата
Msg-id 20030314171444.GA2963@dcc.uchile.cl
обсуждение исходный текст
Ответы Re: My project: nested transactions  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Hackers,

I talked to Bruce and I've chosen a project, which will be nested
transactions and hopefully savepoints.  I have started reading previous
discussion on the topic, and looking at the code to see what's involved.

AFAICT, transaction mechanisms and states is the first thing to visit
(eg. nesting levels in StartCommandBlock() etc).  Then there is tuple
visibility (the pg_subtrans bussinness).  Something else?

Previous discussion involved Bruce, Tom and Manfred.  I already
confirmed that Bruce won't be working on this because he is so busy.  I
don't expect to drag Tom's attention from the zillion of things he is
doing now.  I mailed Manfred but got no answer.  Is there somebody
working on this?

Also, if anybody has given the topic some thought I'd like to know.

I'll be preparing a proposal so I can polish ideas before rushing into
code.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El Maquinismo fue proscrito so pena de cosquilleo hasta la muerte"
(Ijon Tichy en Viajes, Stanislaw Lem)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump crashes the backend
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign