sync ports with The Matrix
This commit is contained in:
parent
df809ed25a
commit
f9422f819b
68 changed files with 1896 additions and 851 deletions
|
@ -1,6 +1,6 @@
|
|||
COMMENT = PostgreSQL HA cluster management tool
|
||||
|
||||
MODPY_EGG_VERSION = 3.1.0
|
||||
MODPY_EGG_VERSION = 3.1.2
|
||||
DISTNAME = patroni-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES = databases
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (patroni-3.1.0.tar.gz) = 7JHcs8uhjzx2C+XL97+N2ZnVdltRBDbapZPeeeyRzow=
|
||||
SIZE (patroni-3.1.0.tar.gz) = 336139
|
||||
SHA256 (patroni-3.1.2.tar.gz) = 1jVsWAblihUpwFBjtkcW7qscX8lcXm7K1YzLqUNF09g=
|
||||
SIZE (patroni-3.1.2.tar.gz) = 347465
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Index: patroni/validator.py
|
||||
--- patroni/validator.py.orig
|
||||
+++ patroni/validator.py
|
||||
@@ -84,7 +84,7 @@ def validate_host_port(host_port: str, listen: bool =
|
||||
@@ -92,7 +92,7 @@ def validate_host_port(host_port: str, listen: bool =
|
||||
for host in hosts:
|
||||
# Check if "socket.IF_INET" or "socket.IF_INET6" is being used and instantiate a socket with the identified
|
||||
# protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue