From bab7a9c95258994e784c4ba0299f7ea85cbbdf92 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Tue, 6 Feb 2018 21:59:27 +0100 Subject: [PATCH] Fix compatibility with PostgreSQL-10 --- test/fixtures/config-ldapdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/config-ldapdb.yaml b/test/fixtures/config-ldapdb.yaml index 7dd6c28..b5c13a1 100644 --- a/test/fixtures/config-ldapdb.yaml +++ b/test/fixtures/config-ldapdb.yaml @@ -27,6 +27,6 @@ pg_users: create_options: LOGIN pg_groups: - filter: NOT rolcanlogin + filter: NOT rolcanlogin AND rolname!='pg_signal_backend' create_options: NOLOGIN grant_options: