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

From Greg Smith
Subject Re: IDLE in transaction introspection
Date
Msg-id 4EB49FA6.6030906@2ndQuadrant.com
Whole thread Raw
In response to Re: IDLE in transaction introspection  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: IDLE in transaction introspection
List pgsql-hackers
On 11/04/2011 05:01 PM, Tom Lane wrote:
> Scott Mead<scottm@openscg.com>  writes:
>    
>>     I leave the waiting flag in place for posterity.  With this in mind, is
>> the consensus:
>>     RUNNING
>>      or
>>     ACTIVE
>>      
> Personally, I'd go for lower case.
>    

I was thinking it would be nice if this state looked like the WAL sender 
state values in pg_stat_replication, which are all lower case.  For 
comparison those states are:

startup
backup
catchup
streaming

-- 
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: psql expanded auto
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] Strange problem with create table as select * from table;