forked from norman/fusionpbx-install.sh-github-mirror
Update mod_pgsql.patch
This commit is contained in:
@@ -4,8 +4,11 @@
|
|||||||
//#endif
|
//#endif
|
||||||
case PGRES_COPY_OUT:
|
case PGRES_COPY_OUT:
|
||||||
case PGRES_COPY_IN:
|
case PGRES_COPY_IN:
|
||||||
|
+#if POSTGRESQL_MAJOR_VERSION >= 14
|
||||||
+ case PGRES_PIPELINE_SYNC:
|
+ case PGRES_PIPELINE_SYNC:
|
||||||
+ case PGRES_PIPELINE_ABORTED:
|
+ case PGRES_PIPELINE_ABORTED:
|
||||||
|
+ break;
|
||||||
|
+#endif
|
||||||
case PGRES_COMMAND_OK:
|
case PGRES_COMMAND_OK:
|
||||||
break;
|
break;
|
||||||
case PGRES_EMPTY_QUERY:
|
case PGRES_EMPTY_QUERY:
|
||||||
|
|||||||
Reference in New Issue
Block a user