Обсуждение: pgsql: Better internal documentation of locking for Hot Standby conflict

Поиск
Список
Период
Сортировка

pgsql: Better internal documentation of locking for Hot Standby conflict

От
sriggs@postgresql.org (Simon Riggs)
Дата:
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)