INFO
Name: bgw_replstatus_14
Version: 1.0.6-1.rhel7
Arch: aarch64
Summary: PostgreSQL background worker to report wether a node is a replication master or standby
License: PostgreSQL
Vendor: PostgreSQL Global Development Group
Build Host: pgrpms-el7-arm64
Build Date: Mon Nov 14 12:16:00 2022
Size: 71621
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-14/lib/bgw_replstatus.so
/usr/share/doc/bgw_replstatus_14-1.0.6
/usr/share/doc/bgw_replstatus_14-1.0.6/README.md
/usr/share/licenses/bgw_replstatus_14-1.0.6
/usr/share/licenses/bgw_replstatus_14-1.0.6/LICENSE
REQUIRES
ld-linux-aarch64.so.1()(64bit)
ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
postgresql14-server
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
bgw_replstatus_14 1.0.6-1.rhel7
bgw_replstatus_14(aarch-64) 1.0.6-1.rhel7
CONFIG FILES
/usr/pgsql-14/lib/bgw_replstatus.so
/usr/share/doc/bgw_replstatus_14-1.0.6
/usr/share/doc/bgw_replstatus_14-1.0.6/README.md d
/usr/share/licenses/bgw_replstatus_14-1.0.6
/usr/share/licenses/bgw_replstatus_14-1.0.6/LICENSE l
LICENSE FILES
PostgreSQL
|