Arrange for SIGINT in autovacuum workers to cancel the current table and

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 10af02b912714a1cb423d100186b43b20142f008
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-06-29T17:07:39Z
Releases: 8.3.0
Arrange for SIGINT in autovacuum workers to cancel the current table and
continue with the schedule.  Change current uses of SIGINT to abort a worker
into SIGTERM, which keeps the old behaviour of terminating the process.

Patch from ITAGAKI Takahiro, with some editorializing of my own.

Files