latestCompletedXid

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема latestCompletedXid
Дата
Msg-id 1223632313.7007.140.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответы Re: latestCompletedXid  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Currently, we advance latestCompletedXid during
ProcArrayEndTransaction() for both commits and aborts.

If a transaction aborts, its effects are invisible to us just the same
as if the transaction is still running.

ISTM that we need not move latestCompletedXid as a result of an abort.
Only a commit could change what we see as visible.

This must be true, because if a backend had a FATAL error but yet exited
before it ran ProcArrayEndTransaction() we would not move
latestCompletedXid forward either.

Avoiding this will make snapshots smaller in some cases, but it's really
just a correctness thing.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: LWLockAcquire with priority
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: 8.4devel out of memory