Support for collecting crash dumps on Windows

Magnus Hagander <magnus@hagander.net>

Commit: dcb09b595f88a3bca6097a6acc17bf2ec935d55f
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-12-19T15:45:28Z
Releases: 9.1.0
Support for collecting crash dumps on Windows

Add support for collecting "minidump" style crash dumps on
Windows, by setting up an exception handling filter. Crash
dumps will be generated in PGDATA/crashdumps if the directory
is created (the existance of the directory is used as on/off
switch for the generation of the dumps).

Craig Ringer and Magnus Hagander

Files