mirror of https://github.com/citusdata/citus.git
commit
6860327cf9
|
@ -19,6 +19,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "internal/c.h"
|
||||
#include "c.h"
|
||||
#include "libpq-fe.h"
|
||||
#include "internal/libpq-int.h"
|
||||
#include "libpq-int.h"
|
||||
|
||||
#include "distributed/test_helper_functions.h"
|
||||
|
||||
|
|
|
@ -17,11 +17,13 @@
|
|||
#include "postgres.h"
|
||||
#include "funcapi.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/hash.h"
|
||||
#include "access/htup_details.h"
|
||||
|
|
Loading…
Reference in New Issue