Re: [HACKERS] PGRPROC

2003-02-18 Thread Bruce Momjian
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

[HACKERS] PGRPROC

2003-02-18 Thread Sumaira Ali
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