Re: Windows crash / abort handling
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Craig Ringer <craig.ringer@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-01-29T21:02:14Z
Lists: pgsql-hackers
Hi, On 2022-01-09 16:57:04 -0800, Andres Freund wrote: > I've attached a patch implementing these changes. Unless somebody is planning to look at this soon, I'm planning to push it to master. It's too annoying to have these hangs and not see backtraces. We're going to have to do this in all binaries at some point, but that's a considerably larger patch... Greetings, Andres Freund
Commits
-
windows: Improve crash / assert / exception handling.
- f3feff825940 15.0 landed
-
ci: windows: run tests under timeout.
- 6dcc18526673 15.0 landed
-
Prevent Win32 from displaying a popup box on backend crash. Instead let
- 27bff7502f04 8.2.0 cited