-
- Downloads
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.
Showing
- src/backend/postmaster/autovacuum.c 49 additions, 7 deletionssrc/backend/postmaster/autovacuum.c
- src/backend/postmaster/postmaster.c 2 additions, 2 deletionssrc/backend/postmaster/postmaster.c
- src/backend/storage/ipc/procarray.c 2 additions, 2 deletionssrc/backend/storage/ipc/procarray.c
- src/backend/tcop/postgres.c 10 additions, 4 deletionssrc/backend/tcop/postgres.c
Loading
Please register or sign in to comment