mirror of https://github.com/citusdata/citus.git
indent
parent
9b76b62bda
commit
842f5e486f
|
@ -154,7 +154,7 @@ ConnectToRemoteAndStartCopy(ShardCopyDestReceiver *copyDest)
|
||||||
|
|
||||||
PGresult *copyResult = GetRemoteCommandResult(copyDest->connection,
|
PGresult *copyResult = GetRemoteCommandResult(copyDest->connection,
|
||||||
true /* raiseInterrupts */);
|
true /* raiseInterrupts */);
|
||||||
if (PQresultStatus(copyResult ) != PGRES_COPY_IN)
|
if (PQresultStatus(copyResult) != PGRES_COPY_IN)
|
||||||
{
|
{
|
||||||
ReportResultError(copyDest->connection, copyResult, ERROR);
|
ReportResultError(copyDest->connection, copyResult, ERROR);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue