Update comments for PGPROC/PGXACT split - Mailing list pgsql-hackers

From Noah Misch
Subject Update comments for PGPROC/PGXACT split
Date
Msg-id 20120513205231.GB23040@tornado.leadboat.com
Whole thread Raw
Responses Re: Update comments for PGPROC/PGXACT split
List pgsql-hackers
Many comment references to PGPROC and MyProc should now refer to PGXACT and
MyPgXact.  This patch attempts to cover all such cases.  In some places, a
comment refers collectively to all the xid-related fields, which span both
structures.  I variously changed those to refer to either or both structures
depending on how I judged the emphasis.

The PGXACT patch extracted the PGPROC struct formerly embedded in each
GlobalTransaction.  I updated a few comments accordingly.

The procarray.c leading comment described the procarray as "unsorted", but it
is sorted by memory address; I removed that word.

I include two typo-only fixes on related but already-accurate lines.

Thanks,
nm

Attachment

pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Strange issues with 9.2 pg_basebackup & replication
Next
From: Robert Haas
Date:
Subject: Re: Exclusion Constraints on Arrays?