Add '#include <sys/stat.h>' to

src/backend/distributed/executor/multi_task_tracker_executor.c -- uses
S_IRUSR, S_IWUSR macros.
pull/407/head
Matthew Seaman 2016-03-26 12:31:14 +00:00
parent a29d21d5b0
commit 17c8431b03
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "postgres.h"
#include "miscadmin.h"
#include <sys/stat.h>
#include <unistd.h>
#include "commands/dbcommands.h"