lock listing

From: nconway(at)klamath(dot)dyndns(dot)org (Neil Conway)
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: lock listing
Date: 2002-07-19 16:33:00
Message-ID: 20020719163300.GB21879@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch completes the TODO list item

* Add SHOW command to display locks

Using the SRF scheme discussed on -hackers yesterday. The only changes
to the patch since it was posted on -hackers are cosmetic: I adapted
the patch to apply cleanly against the latest CVS code, and changed
the name of the return view to pg_show_locks_result.

When/if the patch is applied, I'll send in another patch adding some
documentation, and perhaps some higher-level views that use the SRF
and the system catalogs to return some useful information.

This requires an initdb. Unless anyone sees a problem, please apply.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
lock-listing-8.patch text/plain 20.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-07-19 17:21:10 Re: lock listing
Previous Message Bruce Momjian 2002-07-19 16:04:28 Re: show() function - updated patch