From 1fb48aac8735346d50428a2abd4baa87562d1f23 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 19 Mar 2022 12:16:03 -0600 Subject: [PATCH] Update mod_pgsql.patch --- debian/resources/switch/source/mod_pgsql.patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/switch/source/mod_pgsql.patch b/debian/resources/switch/source/mod_pgsql.patch index 1e62d37..4a9751c 100644 --- a/debian/resources/switch/source/mod_pgsql.patch +++ b/debian/resources/switch/source/mod_pgsql.patch @@ -4,8 +4,11 @@ //#endif case PGRES_COPY_OUT: case PGRES_COPY_IN: ++#if POSTGRESQL_MAJOR_VERSION >= 14 + case PGRES_PIPELINE_SYNC: + case PGRES_PIPELINE_ABORTED: ++ break; ++#endif case PGRES_COMMAND_OK: break; case PGRES_EMPTY_QUERY: