mirror of https://github.com/citusdata/citus.git
Check for interrupts after ending the COPY
parent
38b29a7593
commit
89411f9f52
|
@ -508,6 +508,8 @@ CitusCopyFrom(CopyStmt *copyStatement, char *completionTag)
|
|||
{
|
||||
PrepareTransactions(connectionList);
|
||||
}
|
||||
|
||||
CHECK_FOR_INTERRUPTS();
|
||||
}
|
||||
PG_CATCH();
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue