make citus_indent happy

cmake_branch_point
Brian Cloutier 2018-04-10 16:45:05 -07:00
parent 667280650d
commit 21bd5654c0
2 changed files with 0 additions and 2 deletions

View File

@ -408,7 +408,6 @@ CopyToExistingShards(CopyStmt *copyStatement, char *completionTag)
PG_TRY();
{
/* initialize copy state to read from COPY data source */
#if (PG_VERSION_NUM >= 100000)
copyState = BeginCopyFrom(NULL,

View File

@ -50,7 +50,6 @@ RedirectCopyDataToRegularFile(const char *filename)
PG_TRY();
{
SendCopyInStart();
copyDone = ReceiveCopyData(copyData);