Re: Sync Rep v19 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Sync Rep v19
Date
Msg-id 201104300229.p3U2T1Y08653@momjian.us
Whole thread Raw
In response to Re: Sync Rep v19  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Simon Riggs wrote:
> > On Wed, 2011-03-09 at 21:21 -0500, Bruce Momjian wrote:
> > > Simon Riggs wrote:
> > > > On Fri, 2011-03-04 at 23:15 +0900, Fujii Masao wrote:
> > > > 
> > > > > postgres=# SELECT application_name, state, sync_priority, sync_state
> > > > > FROM pg_stat_replication;
> > > > >  application_name |   state   | sync_priority | sync_state
> > > > > ------------------+-----------+---------------+------------
> > > > >  one              | STREAMING |             1 | POTENTIAL
> > > > >  two              | streaming |             2 | sync
> > > > > (2 rows)
> > > > 
> > > > Bug! Thanks.
> > > 
> > > Is there a reason these status are all upper-case?
> > 
> > NOT AS FAR AS I KNOW.
> > 
> > I'll add it to the list of changes for beta.
> 
> The attached patch lowercases the labels displayed in the view above. 
> (The example above was originally all upper-case.)

Applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: SYSTEM_IDENTIFY fields was:(Re: [COMMITTERS] pgsql: Include more status information in walsender results)
Next
From: Vlad Arkhipov
Date:
Subject: Re: Predicate locking