pgsql: SSI comment fixes and enhancements. Notably, document that the c

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: SSI comment fixes and enhancements. Notably, document that the c
Date: 2011-06-03 10:03:42
Message-ID: E1QSREE-0001yy-Ej@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

SSI comment fixes and enhancements. Notably, document that the conflict-out
flag actually means that the transaction has a conflict out to a transaction
that committed before the flagged transaction.

Kevin Grittner

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c8630919e08c2e91435807caecb4b44c7722bf9e

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 18 ++++++++++++------
src/include/storage/predicate_internals.h | 5 +++++
2 files changed, 17 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-06-03 19:25:52 pgsql: Truncate id to <=44 characters
Previous Message Tom Lane 2011-06-03 02:24:37 pgsql: Need to list getpeereid.c in .gitignore, too ...