Package: patroni / 4.0.7-3

Metadata

Package Version Patches format
patroni 4.0.7-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
startup_scripts.patch | (download)

extras/startup-scripts/patroni | 10 8 + 2 - 0 !
extras/startup-scripts/patroni.service | 12 3 + 9 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

---
acceptance_tests_system_patroni.patch | (download)

features/environment.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
offline_intersphinx.patch | (download)

docs/conf.py | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

---
avoid_overwriting_configuration_during_boostrap.patch | (download)

patroni/postgresql/config.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
regression_tests_skip_citus_test.patch | (download)

tests/test_citus.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
disable_sphinx_github_style.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
replslot cluster type attribute.patch | (download)

docs/dynamic_configuration.rst | 3 2 + 1 - 0 !
patroni/dcs/__init__.py | 4 3 + 1 - 0 !
2 files changed, 5 insertions(+), 2 deletions(-)

 [patch] add optional 'cluster_type' attribute to permanent
 replication slots. (#3229)

This allows to set whether a particular permanent replication slot should always be created ('cluster_type=any', the default), or just on a primary ('cluster_type=primary') or standby ('cluster_type=standby') cluster, respectively.

reproducible_docs.patch | (download)

docs/conf.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---