-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pgbouncer 1.14 * Update Changelog.md
- Loading branch information
Showing
10 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- src/main.c | ||
+++ src/main.c | ||
@@ -433,9 +433,7 @@ static struct event ev_sigint; | ||
|
||
static void handle_sigterm(evutil_socket_t sock, short flags, void *arg) | ||
{ | ||
- log_info("got SIGTERM, fast exit"); | ||
- /* pidfile cleanup happens via atexit() */ | ||
- exit(1); | ||
+ log_info("Got SIGTERM, ignoring!"); | ||
} | ||
|
||
static void handle_sigint(evutil_socket_t sock, short flags, void *arg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters