Update comments that became out-of-date with the PGXACT struct.
When the "hot" members of PGPROC were split off to separate PGXACT structs,
many PGPROC fields referred to in comments were moved to PGXACT, but the
comments were neglected in the commit. Mostly this is just a search/replace
of PGPROC with PGXACT, but the way the dummy PGPROC entries are created for
prepared transactions changed more, making some of the comments totally
bogus.
Noah Misch
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/9e4637bf89ef9fbc89a45dc4b421fa6740accd41
Modified Files
--------------
src/backend/access/transam/README | 12 ++++----
src/backend/access/transam/twophase.c | 18 ++++---------
src/backend/access/transam/varsup.c | 10 ++++----
src/backend/commands/analyze.c | 2 +-
src/backend/commands/vacuum.c | 2 +-
src/backend/postmaster/autovacuum.c | 4 +-
src/backend/storage/ipc/procarray.c | 42 ++++++++++++++++----------------
src/backend/storage/lmgr/proc.c | 18 +++++--------
src/backend/utils/time/snapmgr.c | 8 +++---
src/backend/utils/time/tqual.c | 4 +-
src/include/storage/proc.h | 2 +-
11 files changed, 56 insertions(+), 66 deletions(-)