Re: Sync Rep v19

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sync Rep v19
Date: 2011-03-10 08:03:51
Message-ID: 1299744231.1966.11865.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Simon Riggs http://www.2ndQuadrant.com/books/
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2011-03-10 08:20:28 Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty
Previous Message Martijn van Oosterhout 2011-03-10 07:17:05 Re: Theory of operation of collation patch