Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb

Magnus Hagander <magnus@hagander.net>

Commit: 6e09df9d26520ddbd82ab7f3afb9fc14e891c88e
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-04-09T18:21:22Z
Releases: 8.3.0
Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb
and vacuumdb.
ITAGAKI Takahiro, with minor fixes from me.

Files

PathChange+/−
src/bin/scripts/clusterdb.c modified +4 −10
src/bin/scripts/common.c modified +169 −1
src/bin/scripts/common.h modified +6 −1
src/bin/scripts/reindexdb.c modified +5 −17
src/bin/scripts/vacuumdb.c modified +4 −10