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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unnecessary definition of CancelRequested in bin/scripts/
Дата
Msg-id E1icJAu-0008K6-Tr@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Ensure maxlen is at leat 1 in dict_int
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Use carriage returns for data insertion logs in pgbench on termi