提交 fdb5d6c3 编写于 作者: P Pengzhou Tang

Include gp-libpq-int.h in cdbcopy.c

cf7cddf7 has conflict with cc38f526, struct PQExpBufferData is
needed by structure SegmentDatabaseDescriptor, so bring gp-libpq-int.h back
上级 cf7cddf7
......@@ -11,8 +11,9 @@
*/
#include "postgres.h"
#include "gp-libpq-fe.h"
#include "miscadmin.h"
#include "gp-libpq-fe.h"
#include "gp-libpq-int.h"
#include "cdb/cdbconn.h"
#include "cdb/cdbcopy.h"
#include "cdb/cdbdisp_query.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册