Re: system views for walsender activity

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: system views for walsender activity
Date: 2011-01-07 12:48:00
Message-ID: AANLkTikU_sOw7FDdGiyrqhaOFShs8fj0q4LYZcrZdbC5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 7, 2011 at 12:42, Itagaki Takahiro
<itagaki(dot)takahiro(at)gmail(dot)com> wrote:
> On Fri, Jan 7, 2011 at 19:20, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>>> "pg_stat_replication" seems to be the most understandable name.
>>
>> Please go with whatever you think best for now. I'm sure people will ask
>> for different names later anyway. Let's get this committed soon, to
>> reduce later patch conflicts. Thanks.
>>
>> Please add sent_location, I will add others.
>
> OK, I added a view named s "pg_stat_replication". The view is basically
> based on Simon's patch, but I just skipped unused WalSnd entreis in
> WalSndCtl rather than return NULLs. The applied patch attached.
>
> I expect we will have two views for master and standby servers:
>
>  * pg_stat_replication
>       Activity of wal senders in master server.
>  * pg_stat_standby (not yet)
>       Activity of a wal receiver and a recovery process in standby servers.

Just to keep the bikeshedding up, should it in this case not be
pg_stat_replication_master and pg_stat_replication_standby or such?
Replication applies to both master and slave...

> I didn't use pg_stat_wal_sender/receiver as their names because standby
> activity in slaves could contain not only a wal receiver but also a
> recovery process.

Good point.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-07 12:49:08 Re: pgsql: New system view pg_stat_replication displays activity of wal sen
Previous Message Jehan-Guillaume (ioguix) de Rorthais 2011-01-07 12:23:17 Re: some comments rewording in recovery.conf.sample about SR