pgsql: Support for collecting crash dumps on Windows - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Support for collecting crash dumps on Windows
Date
Msg-id E1PULUi-0007oj-LZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=dcb09b595f88a3bca6097a6acc17bf2ec935d55f

Modified Files
--------------
doc/src/sgml/installation.sgml     |   16 ++++
src/backend/main/main.c            |    8 ++
src/backend/port/win32/Makefile    |    2 +-
src/backend/port/win32/crashdump.c |  174 ++++++++++++++++++++++++++++++++++++
src/include/port/win32.h           |    3 +
5 files changed, 202 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Properly print the IP number and "localhost" for failed localhos
Next
From: Tom Lane
Date:
Subject: pgsql: Fix erroneous parsing of tsquery input "... & !(subexpression) |