pgsql: There's a small window wherein a transaction is committed but no

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: There's a small window wherein a transaction is committed but no
Дата
Msg-id E1QewQz-0002ax-FH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
There's a small window wherein a transaction is committed but not yet
on the finished list, and we shouldn't flag it as a potential conflict
if so. We can also skip adding a doomed transaction to the list of
possible conflicts because we know it won't commit.

Dan Ports and Kevin Grittner.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9b47c67ccde6ec91219ad4aba515a48c136f9568

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |    5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: There's a small window wherein a transaction is committed but no
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update 9.1 release notes to reflect commits through today.