Check for interrupts after ending the COPY

pull/366/head
Marco Slot 2016-03-10 22:10:41 +01:00 committed by Metin Doslu
parent 6404431f16
commit 01b380d5f2
1 changed files with 2 additions and 0 deletions

View File

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