On Wed, Feb 2, 2011 at 2:53 PM, Nikolas Everett <nik9000@xxxxxxxxx> wrote:
Given that the a list would be difficult to maintain, is there some way I can make Postgres spit out the list of what locks are taken?--Nik
I just answered my own question -
compile with -DLOCK_DEBUG in your src/Makefile.custom and then SET TRACK_LOCKS=true when you want it.
--Nik