Re: TODO note

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: TODO note
Дата
Msg-id AANLkTik0ZBV1GcG6GeN2+swe2PKe1_osG1Z62J0SVXbm@mail.gmail.com
обсуждение исходный текст
Ответ на TODO note  ("Colin 't Hart" <colinthart@gmail.com>)
Ответы autonomous transactions (was Re: TODO note)  (Darren Duncan <darren@darrenduncan.net>)
Re: TODO note  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
On Wed, Sep 15, 2010 at 3:37 AM, Colin 't Hart <colinthart@gmail.com> wrote:
> I note that the implementation of tab completion for SET TRANSACTION in PSQL
> could benefit from the implementation of autonomous transactions (also
> TODO).

I think it's safe to say that if we ever manage to get autonomous
transactions working, there are a GREAT MANY things which will benefit
from that.  There's probably an easier way to get at that Todo item,
though, if someone feels like beating on it.

One problem with autonomous transactions is that you have to figure
out where to store all the state associated with the autonomous
transaction and its subtransactions.  Another is that you have to
avoid an unacceptable slowdown in the tuple-visibility checks in the
process.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [BUGS] BUG #5305: Postgres service stops when closing Windows session
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Use a latch to make startup process wake up and replay