diff --git a/src/backend/distributed/connection/remote_commands.c b/src/backend/distributed/connection/remote_commands.c index 0230e1bdb..8999ace4f 100644 --- a/src/backend/distributed/connection/remote_commands.c +++ b/src/backend/distributed/connection/remote_commands.c @@ -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