Re: Small patch to replace 'idle' by 'trans' if transaction is still open - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Small patch to replace 'idle' by 'trans' if transaction is still open
Date
Msg-id 200010130153.VAA02851@candle.pha.pa.us
Whole thread Raw
In response to Re: Small patch to replace 'idle' by 'trans' if transaction is still open  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-patches
> At 11:15 11/10/00 -0400, Tom Lane wrote:
> >
> >There was another thread recently about adding a SHOW command or some
> >such to dump out the state of the lock manager's table in a readable
> >form.  I think that'd be a more useful thing to work on than trying
> >to cram one or two bits' worth of info into the ps display.
> >
>
> Absolutely. I assume from this that the nature and state of all locks are
> stored in shared memory somewhere, and that the data is able to be
> interpreted without reference to non-shared data. If so, this would seem to
> be (a) a very useful thing to have and (b) not too hard. Is that right?
>

Added to TODO:

    * Add SHOW command to display locks

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Philip Warner
Date:
Subject: Re: Small patch to replace 'idle' by 'trans' if transaction is still open
Next
From: The Hermit Hacker
Date:
Subject: a test ...