pgsql: Add monitoring function pg_last_xact_replay_timestamp.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add monitoring function pg_last_xact_replay_timestamp.
Date: 2010-11-10 03:57:17
Message-ID: E1PG1oD-0004KI-T7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add monitoring function pg_last_xact_replay_timestamp.

Fujii Masao, with a little wordsmithing by me.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml | 19 +++++++++++++++++++
src/backend/access/transam/xlog.c | 18 ++++++++++++++++++
src/include/access/xlog_internal.h | 1 +
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 ++
5 files changed, 41 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-11-10 06:06:16 textsearch-ja - eudc: Install all functions in pg_catalog schema to
Previous Message Itagaki Takahiro 2010-11-10 03:22:17 pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni