mirror of https://github.com/citusdata/citus.git
make citus_indent happy
parent
667280650d
commit
21bd5654c0
|
@ -408,7 +408,6 @@ CopyToExistingShards(CopyStmt *copyStatement, char *completionTag)
|
||||||
|
|
||||||
PG_TRY();
|
PG_TRY();
|
||||||
{
|
{
|
||||||
|
|
||||||
/* initialize copy state to read from COPY data source */
|
/* initialize copy state to read from COPY data source */
|
||||||
#if (PG_VERSION_NUM >= 100000)
|
#if (PG_VERSION_NUM >= 100000)
|
||||||
copyState = BeginCopyFrom(NULL,
|
copyState = BeginCopyFrom(NULL,
|
||||||
|
|
|
@ -50,7 +50,6 @@ RedirectCopyDataToRegularFile(const char *filename)
|
||||||
|
|
||||||
PG_TRY();
|
PG_TRY();
|
||||||
{
|
{
|
||||||
|
|
||||||
SendCopyInStart();
|
SendCopyInStart();
|
||||||
|
|
||||||
copyDone = ReceiveCopyData(copyData);
|
copyDone = ReceiveCopyData(copyData);
|
||||||
|
|
Loading…
Reference in New Issue