Package: postgresql-19-bgw-replstatus Source: bgw-replstatus Version: 1.0.8-2.pgdg22.04+1 Architecture: amd64 Maintainer: Magnus Hagander Installed-Size: 45 Depends: postgresql-19, libc6 (>= 2.10) Breaks: postgresql-19-jit-llvm (<< 15) 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.pgdg22.04+1_amd64.deb Size: 15096 SHA512: 07e9ba544a8a7dfad77cb6f72242ceb4b2e599d1224f6093bca6962509894ac249cb909f161657dd51511f1b94e3fe861a6f0c6b3897d6488c716b2de3a02d6e SHA256: d5fa69089767abaa649d8506f10a7e4c447b4ef90eb058a0ffc82043562e0006 SHA1: c13fab8e01e0abb81edf8f7bd54367111d8e00f6 MD5sum: dcc2ad7864bc1f9bd511dd341ef4370a 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.