From d177080f5d6d07289c7d0031d3198fe17912760b Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 18 Mar 2022 11:12:44 -0600 Subject: [PATCH] Add pgsql patch to fix newer PostgreSQL version --- debian/resources/switch/source/mod_pgsql.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/resources/switch/source/mod_pgsql.patch diff --git a/debian/resources/switch/source/mod_pgsql.patch b/debian/resources/switch/source/mod_pgsql.patch new file mode 100644 index 0000000..1e62d37 --- /dev/null +++ b/debian/resources/switch/source/mod_pgsql.patch @@ -0,0 +1,11 @@ +--- 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,8 @@ + //#endif + case PGRES_COPY_OUT: + case PGRES_COPY_IN: ++ case PGRES_PIPELINE_SYNC: ++ case PGRES_PIPELINE_ABORTED: + case PGRES_COMMAND_OK: + break; + case PGRES_EMPTY_QUERY: