]> granicus.if.org Git - postgresql/commit
Update comments that became out-of-date with the PGXACT struct.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 14 May 2012 07:22:44 +0000 (10:22 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 14 May 2012 07:28:55 +0000 (10:28 +0300)
commit9e4637bf89ef9fbc89a45dc4b421fa6740accd41
tree1654e9f6fe882b4dd080064360c8a590f46ee5d8
parent64f09ca38600ef0471683491f7735001b72c0f39
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
src/backend/access/transam/README
src/backend/access/transam/twophase.c
src/backend/access/transam/varsup.c
src/backend/commands/analyze.c
src/backend/commands/vacuum.c
src/backend/postmaster/autovacuum.c
src/backend/storage/ipc/procarray.c
src/backend/storage/lmgr/proc.c
src/backend/utils/time/snapmgr.c
src/backend/utils/time/tqual.c
src/include/storage/proc.h