Remove unnecessary definition of CancelRequested in bin/scripts/
authorMichael Paquier <michael@paquier.xyz>
Wed, 4 Dec 2019 01:06:45 +0000 (10:06 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 4 Dec 2019 01:06:45 +0000 (10:06 +0900)
commit85b9ef5fe7533e5d07dcf2a2b67c8855a34e5125
tree2a3e75aabcfe007477aec5cd7693fd46ff1c3204
parentb5273943679d22f58f1e1e269ad75e791172f557
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/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/reindexdb.c
src/bin/scripts/scripts_parallel.c
src/bin/scripts/vacuumdb.c