Check for interrupts after ending the COPY

pull/390/head
Marco Slot 2016-03-10 22:10:41 +01:00
parent 38b29a7593
commit 89411f9f52
1 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,8 @@ CitusCopyFrom(CopyStmt *copyStatement, char *completionTag)
{
PrepareTransactions(connectionList);
}
CHECK_FOR_INTERRUPTS();
}
PG_CATCH();
{