提交 b25f7613 编写于 作者: D Daniel Gustafsson

Include required headers

Make sure to include all required header files to silence compilers
that are picky about that.
上级 b009259a
......@@ -15,6 +15,8 @@
*/
#include "postgres.h"
#include <sys/socket.h>
#include "access/tuptoaster.h"
#include "utils/builtins.h"
#include "catalog/pg_type.h"
......
......@@ -15,6 +15,7 @@
#include "postgres.h"
#include <time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
......
......@@ -22,6 +22,7 @@
#include <ctype.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <arpa/inet.h>
......
......@@ -13,6 +13,9 @@
*/
#include "postgres.h"
#include <sys/stat.h>
#include <unistd.h>
#include "libpq/pqformat.h"
#include "libpq/libpq.h"
#include "postmaster/fts.h"
......@@ -21,7 +24,6 @@
#include "utils/guc.h"
#include "replication/gp_replication.h"
#include "storage/fd.h"
#include <unistd.h>
#define FTS_PROBE_FILE_NAME "fts_probe_file.bak"
#define FTS_PROBE_MAGIC_STRING "FtS PrObEr MaGiC StRiNg, pRoBiNg cHeCk......."
......
......@@ -15,6 +15,7 @@
#ifndef CDBINTERCONNECT_H
#define CDBINTERCONNECT_H
#include "libpq/libpq-be.h"
#include "nodes/primnodes.h"
#include "cdb/tupchunklist.h"
#include "access/htup.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册