| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
| 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 02:21:25 |
| Message-ID: | 201103100221.p2A2LPL08182@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gurjeet Singh | 2011-03-10 02:36:53 | Re: Fwd: psql include file using relative path |
| Previous Message | Fujii Masao | 2011-03-10 02:01:15 | Re: Update of replication/README |