Re: nested xacts and phantom Xids

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: nested xacts and phantom Xids
Дата
Msg-id 20040624010228.GA27876@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: nested xacts and phantom Xids  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: nested xacts and phantom Xids  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Wed, Jun 23, 2004 at 08:58:15AM -0400, Bruce Momjian wrote:
> If we add nested transactions for 7.5, are we going to need savepoints
> too in the same release?  If we don't, are we going to get a lot of
> complaints?

It'd be good to have savepoints right now.  I'm not sure it'd be good to
expose the nested transactions implementation if we are going to offer
savepoints later, because it means we will have to keep nested
transactions forever.

Maybe it is a good idea to hide the implementation details and offer
only the standard SAVEPOINT feature.  I'm not sure how hard it is to
change the syntax; I don't think it'd be a big deal.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La conclusión que podemos sacar de esos estudios es que
no podemos sacar ninguna conclusión de ellos" (Tanenbaum)


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: actualized czech FAQ
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: nested xacts and phantom Xids