Re: [INTERFACES] Proper use of Transactions...

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [INTERFACES] Proper use of Transactions...
Дата
Msg-id 37AF774C.F2F43D1C@krs.ru
обсуждение исходный текст
Ответ на Re: [INTERFACES] Proper use of Transactions...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
Tom Lane wrote:
> 
> Even if the backend itself crashes, an uncommitted transaction will
> remain uncommitted, since no entry saying it's committed ever gets
> written to pg_log.  Any tuples the dead backend did manage to write out
> will look like not-yet-committed tuples until the end of time.
> 
> BTW, I am not sure whether VACUUM ever realizes it can reclaim those
> uncommitted tuples.  To do that it'd have to make some kind of

It does.

Vadim


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Proper use of Transactions...
Следующее
От: Margarita Barvinok
Дата:
Сообщение: Web, PostgreSQL, C