• Robert Haas's avatar
    Rename PGPROC fields related to group XID clearing again. · a455878d
    Robert Haas authored
    Commit 0e141c0f introduced a new
    facility to reduce ProcArrayLock contention by clearing several XIDs
    from the ProcArray under a single lock acquisition.  The names
    initially chosen were deemed not to be very good choices, so commit
    4aec4989 renamed them.  But now it
    seems like we still didn't get it right.  A pending patch wants to
    add similar infrastructure for batching CLOG updates, so the names
    need to be clear enough to allow a new set of structure members with
    a related purpose.
    
    Amit Kapila
    a455878d
proc.h 10.7 KB