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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
