]> granicus.if.org Git - pgbouncer/commit
Proper stale pidfile handling in check_pidfile.
authorMarko Kreen <markokr@gmail.com>
Tue, 23 Feb 2016 09:20:43 +0000 (11:20 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 23 Feb 2016 09:20:43 +0000 (11:20 +0200)
commit106dc7b79e4acde8bc24016da226060901708d3f
tree382f73073d63bd6a43ccec009c6db73fcf963b81
parenta58845a43f6c9ec9f7e421f1fc3544a4a9fa5e71
Proper stale pidfile handling in check_pidfile.

- Don't use remove_pidfile as that also frees value.
- Check for error, exit if failed.
src/main.c