Metadata for bgw_replstatus_14-1.0.6-1.rhel7.x86_64.rpm

0 directories 0 files
Go up

INFO

Name: bgw_replstatus_14
Version: 1.0.6-1.rhel7
Arch: x86_64
Summary: PostgreSQL background worker to report wether a node is a replication master or standby
License: PostgreSQL
Vendor: PostgreSQL Global Development Group
Build Host: koji-centos7-x86-64-pgbuild
Build Date: Thu Jul 28 12:14:38 2022
Size: 14269
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

libc.so.6()(64bit)
libc.so.6(GLIBC_2.10)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(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(x86-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