mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
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
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user