Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander <magnus@hagander.net>
Track walsender state in shared memory and expose in pg_stat_replication
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +2 −2 |
| src/backend/catalog/system_views.sql | modified | +1 −0 |
| src/backend/replication/basebackup.c | modified | +3 −0 |
| src/backend/replication/walsender.c | modified | +47 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +1 −1 |
| src/include/replication/walsender.h | modified | +11 −0 |