From 8c2c318eba7e48fdee1450454e5c58d67e65f690 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 5 Aug 2019 18:05:05 +0200 Subject: [PATCH] * debian/patches/check_postmaster.patch: Updated. --- debian/changelog | 3 +++ debian/patches/check_postmaster.patch | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b67fa03..a50c1d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ patroni (1.6.0-1) UNRELEASED; urgency=medium * New upstream release. + [ Michael Banck ] + * debian/patches/check_postmaster.patch: Updated. + -- Debian PostgreSQL Maintainers Sun, 16 Jun 2019 23:42:36 +0200 patroni (1.5.6-1) unstable; urgency=medium diff --git a/debian/patches/check_postmaster.patch b/debian/patches/check_postmaster.patch index 1ba6b1b..dab788d 100644 --- a/debian/patches/check_postmaster.patch +++ b/debian/patches/check_postmaster.patch @@ -1,7 +1,7 @@ Index: patroni/patroni/postmaster.py =================================================================== ---- patroni.orig/patroni/postmaster.py -+++ patroni/patroni/postmaster.py +--- patroni.orig/patroni/postgresql/postmaster.py ++++ patroni/postgresql/patroni/postmaster.py @@ -50,14 +50,15 @@ class PostmasterProcess(psutil.Process): return {}