fusionpbx-install.sh/debian/resources/switch/source/mod_pgsql.patch

15 lines
372 B
Diff
Raw Normal View History

--- mod_pgsql.c 2020-05-12 10:19:16.000000000 +0000
+++ mod_pgsql.c.modified 2022-03-18 16:54:55.956097877 +0000
2022-03-24 07:34:34 +01:00
@@ -737,6 +737,11 @@
//#endif
case PGRES_COPY_OUT:
case PGRES_COPY_IN:
2022-03-24 07:34:34 +01:00
+#if POSTGRESQL_MAJOR_VERSION >= 14
+ case PGRES_PIPELINE_SYNC:
+ case PGRES_PIPELINE_ABORTED:
2022-03-19 19:16:03 +01:00
+ break;
2022-03-24 07:34:34 +01:00
+#endif
case PGRES_COMMAND_OK:
break;
case PGRES_EMPTY_QUERY: