pgsql: Update comments that became out-of-date with the PGXACT struct.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comments that became out-of-date with the PGXACT struct.
Date: 2012-05-14 07:30:13
Message-ID: E1STpjR-0004sD-CC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-05-14 11:36:27 pgsql: Remove unnecessary pg_verifymbstr() calls from tsvector/query in
Previous Message Peter Eisentraut 2012-05-14 02:03:53 pgsql: pg_ctl: Improve --help output