summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-03 11:35:57 -0500
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-03 12:04:20 -0500
commit7809134e29c621d621f28f79c19744377d41b20b (patch)
treefaaee405e6b2de67f86e1d5c31190a075bd99954 /pkgs/development/python-modules/gitpython
parent04dd0bb5df018c6d296b16d730ea3c147d530914 (diff)
postgresql: Fix shutdown
Postgres was taking a long time to shutdown. This is because we were sending SIGINT to all processes, apparently confusing the autovacuum launcher. Instead it should only be sent to the main process (which takes care of shutting down the others). The downside is that systemd will also send the final SIGKILL only to the main process, so other processes in the cgroup may be left behind. There should be an option for this...
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
0 files changed, 0 insertions, 0 deletions