python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / postgresql-12-citus / patches / 01-file-modes.patch
blobb88956b327dca2ee5d51e374be2dec428f212c43
1 --- citus-8.0.1/src/backend/distributed/worker/worker_sql_task_protocol.c.1 2018-12-06 20:32:55.000573256 +0000
2 +++ citus-8.0.1/src/backend/distributed/worker/worker_sql_task_protocol.c 2018-12-06 20:33:52.003573975 +0000
3 @@ -20,6 +20,7 @@
4 #include "utils/builtins.h"
5 #include "utils/memutils.h"
7 +#include <sys/stat.h>
9 /* TaskFileDestReceiver can be used to stream results into a file */
10 typedef struct TaskFileDestReceiver