mirror of https://github.com/citusdata/citus.git
Do not check for cancellation in ClearResultsIfReady
parent
6051aae56e
commit
6e79a34c97
|
@ -154,9 +154,6 @@ ClearResultsIfReady(MultiConnection *connection)
|
||||||
PGresult *result = NULL;
|
PGresult *result = NULL;
|
||||||
ExecStatusType resultStatus;
|
ExecStatusType resultStatus;
|
||||||
|
|
||||||
/* just in case there's a lot of results */
|
|
||||||
CHECK_FOR_INTERRUPTS();
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If busy, there might still be results already received and buffered
|
* If busy, there might still be results already received and buffered
|
||||||
* by the OS. As connection is in non-blocking mode, we can check for
|
* by the OS. As connection is in non-blocking mode, we can check for
|
||||||
|
|
Loading…
Reference in New Issue