From 4831b73000f160ed99fc4086ce37219e7c377e86 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 19 Mar 2022 12:41:36 -0600 Subject: [PATCH] Update mod_pgsql.patch --- debian/resources/switch/source/mod_pgsql.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/resources/switch/source/mod_pgsql.patch b/debian/resources/switch/source/mod_pgsql.patch index 3f2d573..e74450c 100644 --- a/debian/resources/switch/source/mod_pgsql.patch +++ b/debian/resources/switch/source/mod_pgsql.patch @@ -1,14 +1,12 @@ --- mod_pgsql.c 2020-05-12 10:19:16.000000000 +0000 +++ mod_pgsql.c.modified 2022-03-18 16:54:55.956097877 +0000 -@@ -737,6 +737,11 @@ +@@ -737,6 +737,9 @@ //#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: