aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-11-09 22:39:43 -0500
committerRobert Haas <rhaas@postgresql.org>2010-11-09 22:52:19 -0500
commit7ba6e4f0e08bd7bdf4d12974ac1e37fb0459c97c (patch)
tree0f7ff7825f6e5e8ed2e31be4126d8f2a8d6bc724 /src/include/access/xlog_internal.h
parent844ed5dc97d4374a4056f0f1cc3b0b78347c74c5 (diff)
downloadpostgresql-7ba6e4f0e08bd7bdf4d12974ac1e37fb0459c97c.tar.gz
postgresql-7ba6e4f0e08bd7bdf4d12974ac1e37fb0459c97c.zip
Add monitoring function pg_last_xact_replay_timestamp.
Fujii Masao, with a little wordsmithing by me.
Diffstat (limited to 'src/include/access/xlog_internal.h')
-rw-r--r--src/include/access/xlog_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 370c989ac05..29a50838fa4 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -271,6 +271,7 @@ extern Datum pg_current_xlog_location(PG_FUNCTION_ARGS);
extern Datum pg_current_xlog_insert_location(PG_FUNCTION_ARGS);
extern Datum pg_last_xlog_receive_location(PG_FUNCTION_ARGS);
extern Datum pg_last_xlog_replay_location(PG_FUNCTION_ARGS);
+extern Datum pg_last_xact_replay_timestamp(PG_FUNCTION_ARGS);
extern Datum pg_xlogfile_name_offset(PG_FUNCTION_ARGS);
extern Datum pg_xlogfile_name(PG_FUNCTION_ARGS);
extern Datum pg_is_in_recovery(PG_FUNCTION_ARGS);