aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2021-03-09 12:54:25 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2021-03-09 12:54:25 +0000
commitb7c342d67cbf0dc6434d9fb9b28531d6e16a0f7a (patch)
tree8bdb7b20da48624f4905bf04fbfbaeee01d5ca97 /databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c
parent6fdfcd39bbe6c1502d267be92dc33eeaf38443ef (diff)
downloadports-b7c342d67cbf0dc6434d9fb9b28531d6e16a0f7a.tar.gz
ports-b7c342d67cbf0dc6434d9fb9b28531d6e16a0f7a.zip
Upgrade to 10.0.2
Notes
Notes: svn path=/head/; revision=567925
Diffstat (limited to 'databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c')
-rw-r--r--databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c b/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c
new file mode 100644
index 000000000000..790a9981cf97
--- /dev/null
+++ b/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c
@@ -0,0 +1,10 @@
+--- src/backend/distributed/commands/multi_copy.c.orig 2021-03-09 08:26:53 UTC
++++ src/backend/distributed/commands/multi_copy.c
+@@ -53,6 +53,7 @@
+
+ #include <arpa/inet.h> /* for htons */
+ #include <netinet/in.h> /* for htons */
++#include <sys/stat.h>
+ #include <string.h>
+
+ #include "distributed/pg_version_constants.h"