pgsql: Add comment about memory reordering to PredicateLockTupleRowVers - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add comment about memory reordering to PredicateLockTupleRowVers
Date
Msg-id E1QIWjs-0007Z8-0f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add comment about memory reordering to PredicateLockTupleRowVersionLink.

Dan Ports, per head-scratching from Simon Riggs and myself.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71932ecc2b6ca0d748176a7e8b11d3575bf4caf3

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Adjust pg_upgrade FATAL error messages to have consistent newlin
Next
From: Bruce Momjian
Date:
Subject: pgsql: Check that the pg_upgrade user specified is a super-user.