From 6e79a34c97ebb1344bdc3bb6368ee23ad5061d31 Mon Sep 17 00:00:00 2001 From: Marco Slot Date: Tue, 30 Jan 2018 09:10:32 +0100 Subject: [PATCH] Do not check for cancellation in ClearResultsIfReady --- src/backend/distributed/connection/remote_commands.c | 3 --- 1 file changed, 3 deletions(-) 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