pgsql: New system view pg_stat_replication displays activity of wal sen

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: New system view pg_stat_replication displays activity of wal sen
Date: 2011-01-07 11:42:23
Message-ID: E1PbAi7-00005F-QE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

New system view pg_stat_replication displays activity of wal sender processes.

Itagaki Takahiro and Simon Riggs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a755ea33ae3d772977fa083a8614bb9d4cc36e5a

Modified Files
--------------
src/backend/catalog/system_views.sql | 15 +++++++
src/backend/replication/walsender.c | 74 ++++++++++++++++++++++++++++++++++
src/include/catalog/pg_proc.h | 2 +
src/include/replication/walsender.h | 2 +
src/test/regress/expected/rules.out | 3 +-
5 files changed, 95 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2011-01-07 11:57:10 textsearch-ja - textsearch-ja: Use PGXS automatically even if USE_PGXS
Previous Message Bruce Momjian 2011-01-07 03:45:37 pgsql: Improve C comments about backend variables set by pg_upgrade_sup

Browse pgsql-hackers by date

  From Date Subject
Next Message Jehan-Guillaume (ioguix) de Rorthais 2011-01-07 12:22:00 some comments rewording in recovery.conf.sample about SR
Previous Message Itagaki Takahiro 2011-01-07 11:42:08 Re: system views for walsender activity