INFO
Name: bgw_replstatus_15
Version: 1.0.6-1.rhel7
Arch: ppc64le
Summary: PostgreSQL background worker to report wether a node is a replication master or standby
License: PostgreSQL
Vendor: (none)
Build Host: power3-pgrpms.ox.uk.enterprisedb.com
Build Date: Wed Nov 16 10:04:40 2022
Size: 71461
URL: https://github.com/mhagander/bgw_replstatus
Description: bgw_replstatus is a tiny 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
defined TCP port (configured bgw_replstatus.port). Any connection to
this port will get a TCP response back (no request necessary, response
will be sent immediately on connect) saying either MASTER or STANDBY
depending on the current state of the node. The connection is then
automatically closed.
Using a background worker like this will make polling a lot more light
weight than making a full PostgreSQL connection, logging in, and
checking the status.
FILES
/usr/pgsql-15/lib/bgw_replstatus.so
/usr/share/doc/bgw_replstatus_15-1.0.6
/usr/share/doc/bgw_replstatus_15-1.0.6/README.md
/usr/share/licenses/bgw_replstatus_15-1.0.6
/usr/share/licenses/bgw_replstatus_15-1.0.6/LICENSE
REQUIRES
postgresql15-server
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
bgw_replstatus_15 1.0.6-1.rhel7
bgw_replstatus_15(ppc-64) 1.0.6-1.rhel7
CONFIG FILES
/usr/pgsql-15/lib/bgw_replstatus.so
/usr/share/doc/bgw_replstatus_15-1.0.6
/usr/share/doc/bgw_replstatus_15-1.0.6/README.md d
/usr/share/licenses/bgw_replstatus_15-1.0.6
/usr/share/licenses/bgw_replstatus_15-1.0.6/LICENSE l
LICENSE FILES
PostgreSQL
|