Update mod_pgsql.patch

This commit is contained in:
FusionPBX 2022-03-19 12:16:03 -06:00 committed by GitHub
parent 195b7cb607
commit 1fb48aac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: