mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro and Simon Riggs.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user