From 85b9ef5fe7533e5d07dcf2a2b67c8855a34e5125 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 4 Dec 2019 10:06:45 +0900 Subject: Remove unnecessary definition of CancelRequested in bin/scripts/ This variable is now part of the refactored code for query cancellation in fe_utils. This fixes an oversight in commit a4fd3aa. While on it, improve some header includes in bin/scripts/. Author: Michael Paquier Reviewed-by: Fabien Coelho Discussion: https://postgr.es/m/20191203101625.GF1634@paquier.xyz --- src/bin/scripts/scripts_parallel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/scripts/scripts_parallel.c') diff --git a/src/bin/scripts/scripts_parallel.c b/src/bin/scripts/scripts_parallel.c index 97435160e95..a732f07dd8d 100644 --- a/src/bin/scripts/scripts_parallel.c +++ b/src/bin/scripts/scripts_parallel.c @@ -24,6 +24,7 @@ #include "common.h" #include "common/logging.h" +#include "fe_utils/cancel.h" #include "scripts_parallel.h" static void init_slot(ParallelSlot *slot, PGconn *conn); -- cgit v1.2.3