* debian/patches/check_postmaster.patch: Refreshed.

This commit is contained in:
Michael Banck 2019-06-15 11:12:50 +02:00
parent ffbf792964
commit cb7ad1d1be
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View file

@ -2,6 +2,9 @@ patroni (1.5.6-1) UNRELEASED; urgency=medium
* New upstream release.
[ Michael Banck ]
* debian/patches/check_postmaster.patch: Refreshed.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 07 Jun 2019 13:11:40 +0200
patroni (1.5.5-2) unstable; urgency=medium

View file

@ -2,7 +2,7 @@ Index: patroni/patroni/postmaster.py
===================================================================
--- patroni.orig/patroni/postmaster.py
+++ patroni/patroni/postmaster.py
@@ -39,14 +39,15 @@ class PostmasterProcess(psutil.Process):
@@ -50,14 +50,15 @@ class PostmasterProcess(psutil.Process):
return {}
def _is_postmaster_process(self):
@ -29,7 +29,7 @@ Index: patroni/tests/test_postmaster.py
===================================================================
--- patroni.orig/tests/test_postmaster.py
+++ patroni/tests/test_postmaster.py
@@ -24,25 +24,6 @@ class TestPostmasterProcess(unittest.Tes
@@ -36,25 +36,6 @@ class TestPostmasterProcess(unittest.Tes
mock_read.return_value = {"pid": "123"}
self.assertIsNone(PostmasterProcess.from_pidfile(''))