Re: IDLE in transaction introspection - Mailing list pgsql-hackers

From Scott Mead
Subject Re: IDLE in transaction introspection
Date
Msg-id CAKq0gvJdRwJXWo-F9uYP-qRc14aq5cB9Wn1HPGW2OpDF4Ys9_Q@mail.gmail.com
Whole thread Raw
In response to Re: IDLE in transaction introspection  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: IDLE in transaction introspection
Re: IDLE in transaction introspection
List pgsql-hackers

On Fri, Nov 4, 2011 at 2:31 PM, Robert Haas <robertmhaas@gmail.com> wrote:
On Fri, Nov 4, 2011 at 2:28 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Maybe there's a better term than "running", like "in progress" or
>> something of that sort.
>
> "active"?

+1.

   Letting this one 'poll' a bit more before I post the patch, but here's what I have:
 
   If waiting == true, then state = WAITING
   else
     state = appropriate state

   I leave the waiting flag in place for posterity.  With this in mind, is the consensus:

   RUNNING

    or 

   ACTIVE

 --
  Scott Mead


--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: IDLE in transaction introspection
Next
From: Tom Lane
Date:
Subject: Re: IDLE in transaction introspection