[ Newest version of patch applied.]

Bruce Momjian <bruce@momjian.us>

Commit: 82119a696e247e6d3f583c6bb89435099e062e71
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-17T13:04:19Z
Releases: 7.3.1
[ Newest version of patch applied.]

This patch is an updated version of the lock listing patch. I've made
the following changes:

    - write documentation
    - wrap the SRF in a view called 'pg_locks': all user-level
      access should be done through this view
    - re-diff against latest CVS

One thing I chose not to do is adapt the SRF to use the anonymous
composite type code from Joe Conway. I'll probably do that eventually,
but I'm not really convinced it's a significantly cleaner way to
bootstrap SRF builtins than the method this patch uses (of course, it
has other uses...)

Neil Conway

Files