Package: postgresql-19-bgw-replstatus Source: bgw-replstatus Version: 1.0.8-2.pgdg26.04+1 Architecture: amd64 Maintainer: Magnus Hagander Installed-Size: 45 Depends: postgresql-19, libc6 (>= 2.10) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://github.com/mhagander/bgw_replstatus Priority: optional Section: database Filename: pool/main/b/bgw-replstatus/postgresql-19-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb Size: 14684 SHA512: a8564974b90cb4e8c990c816cbc5390ff6cee173097d555cf0a54ca62c3ad277ed3ae8fd78627f775f7012f89a529afcce1f64fb4a317d9b4f97a339e833c286 SHA256: 6ab86c6f3bf6fa796eed39c318ae279c28026f315ac5f5cd4c317d31010b08d3 SHA1: 5f9d23b291a29b53fd971d14c223cf81e315312a MD5sum: 5a4289c17900972f52f86b91cda67625 Description: report whether PostgreSQL node is master or standby bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the replication status of a node. It's intended to be polled by a load balancer such as haproxy. . When installed, a background worker will be started that listens on a TCP port. A connection to this port will get a TCP response back saying either MASTER or STANDBY depending on the current state of the node.