pgsql: Improve C comments in GetSnapshotData. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Improve C comments in GetSnapshotData.
Date
Msg-id E1T3qgm-0003vE-9T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve C comments in GetSnapshotData.

Move discussion of why our algorithm for taking snapshots in recovery
to a more appropriate location in the function, and delete incorrect
mention of taking a lock.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b373e42d1efd24f871193ce8178c41f199c5df3

Modified Files
--------------
src/backend/storage/ipc/procarray.c |   14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add a note to the MVCC chapter that some things aren't transacti
Next
From: Tom Lane
Date:
Subject: pgsql: Fix dumping of security_barrier views with circular dependencies