Codebase list bgw-replstatus / 4f3b302
Debian: Upload for PostgreSQL 14. Christoph Berg 2 years ago
3 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 bgw-replstatus (1.0.6) unstable; urgency=medium
1
2 * Upload for PostgreSQL 14.
3
4 -- Christoph Berg <myon@debian.org> Mon, 11 Oct 2021 10:33:45 +0200
5
06 bgw-replstatus (1.0.5) unstable; urgency=medium
17
28 [ Debian Janitor ]
1313 Vcs-Git: https://github.com/mhagander/bgw_replstatus.git
1414 Vcs-Browser: https://github.com/mhagander/bgw_replstatus
1515
16 Package: postgresql-13-bgw-replstatus
16 Package: postgresql-14-bgw-replstatus
1717 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-13
18 Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-14
1919 Description: report whether PostgreSQL node is master or standby
2020 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
2121 replication status of a node. It's intended to be polled by a load balancer
33 dh_installdocs --all README.*
44
55 override_dh_pgxs_test:
6 pg_buildext -o 'shared_preload_libraries=bgw_replstatus' installcheck . . postgresql-%v-bgw-replstatus
6 +pg_buildext -o 'shared_preload_libraries=bgw_replstatus' installcheck . . postgresql-%v-bgw-replstatus
77
88 %:
99 dh $@ --with pgxs