Raw Package Information

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-1.pgdg22.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-15, postgresql-15-jit-llvm (>= 15), libc6 (>= 2.10)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.8-1.pgdg22.04+1_amd64.deb
Size: 15712
SHA256: 3883017ff6999848ea046144e07a64f16c47d04387451e8971e2cdc91529cf02
SHA1: 67d3be4b62eaf113d329b06a168c045087d9bc12
MD5sum: 83aa842e8388d8b67c46cd0d17cec6a2
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.