Do not check for cancellation in ClearResultsIfReady

pull/1979/head
Marco Slot 2018-01-30 09:10:32 +01:00
parent 6051aae56e
commit 6e79a34c97
1 changed files with 0 additions and 3 deletions

View File

@ -154,9 +154,6 @@ ClearResultsIfReady(MultiConnection *connection)
PGresult *result = NULL;
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
* by the OS. As connection is in non-blocking mode, we can check for