The proclock is structure links locks and procs, either for locks held,
or procs waiting for locks.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can b
if pgproc is used to represent a process and proclock represents a process and its locks of interest, then why does pgproc contain the following information about locks?
/*
* XLOG location of first XLOG record written by this backend's
* current transaction. If backend is not in a transaction or h