pgsql-server/ oc/src/sgml/monitoring.sgml oc/s ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/monitoring.sgml oc/s ...
Date: 2002-08-17 13:04:19
Message-ID: 20020817130419.64722475833@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/17 09:04:19

Modified files:
doc/src/sgml : monitoring.sgml mvcc.sgml
src/backend/storage/lmgr: lock.c
src/backend/tcop: utility.c
src/backend/utils/adt: Makefile
src/bin/initdb : initdb.sh
src/include/catalog: catversion.h pg_proc.h
src/include/storage: lock.h shmem.h
src/test/regress/expected: rules.out

Log message:
[ 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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-17 13:06:51 pgsql-server/src/backend/parser scan.l
Previous Message Bruce Momjian - CVS 2002-08-17 12:33:18 pgsql-server/ oc/src/sgml/libpq.sgml rc/interf ...