Thread: pgsql: Better internal documentation of locking for Hot Standby conflict

pgsql: Better internal documentation of locking for Hot Standby conflict

From
sriggs@postgresql.org (Simon Riggs)
Date:
Log Message:
-----------
Better internal documentation of locking for Hot Standby conflict resolution.
Discuss the reasons for the lock type we hold on ProcArrayLock while deriving
the conflict list. Cover the idea of false positive conflicts and seemingly
strange effects on snapshot derivation.

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        procarray.c (r1.57 -> r1.58)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.57&r2=1.58)