pgsql: Remove unnecessary definition of CancelRequested in bin/scripts/

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary definition of CancelRequested in bin/scripts/
Date: 2019-12-04 01:09:52
Message-ID: E1icJAu-0008K6-Tr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85b9ef5fe7533e5d07dcf2a2b67c8855a34e5125

Modified Files
--------------
src/bin/scripts/clusterdb.c | 1 +
src/bin/scripts/common.c | 1 +
src/bin/scripts/common.h | 3 ---
src/bin/scripts/reindexdb.c | 1 +
src/bin/scripts/scripts_parallel.c | 1 +
src/bin/scripts/vacuumdb.c | 1 +
6 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-04 02:33:52 pgsql: Use carriage returns for data insertion logs in pgbench on termi
Previous Message Tomas Vondra 2019-12-03 17:43:25 pgsql: Ensure maxlen is at leat 1 in dict_int