updated lock listing patch - Mailing list pgsql-patches

From Neil Conway
Subject updated lock listing patch
Date
Msg-id 87k7mu8972.fsf@klamath.dyndns.org
Whole thread Raw
Responses Re: updated lock listing patch
List pgsql-patches
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...)

In any case, I'd view that as a janitorial issue that can be resolved
after this patch is in CVS.

Unless anyone has any objections, please apply.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: create or replace rule/view (fwd)
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] 16 parameter limit