From a755ea33ae3d772977fa083a8614bb9d4cc36e5a Mon Sep 17 00:00:00 2001 From: Itagaki Takahiro Date: Fri, 7 Jan 2011 20:35:38 +0900 Subject: New system view pg_stat_replication displays activity of wal sender processes. Itagaki Takahiro and Simon Riggs. --- src/include/replication/walsender.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/replication') diff --git a/src/include/replication/walsender.h b/src/include/replication/walsender.h index 6f543ae3f4f..d6767b9dcf3 100644 --- a/src/include/replication/walsender.h +++ b/src/include/replication/walsender.h @@ -54,4 +54,6 @@ extern Size WalSndShmemSize(void); extern void WalSndShmemInit(void); extern void WalSndWakeup(void); +extern Datum pg_stat_get_wal_senders(PG_FUNCTION_ARGS); + #endif /* _WALSENDER_H */ -- cgit v1.2.3