pgsql: Support for collecting crash dumps on Windows

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support for collecting crash dumps on Windows
Date: 2010-12-19 15:48:20
Message-ID: E1PULUi-0007oj-LZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-19 17:49:17 pgsql: Fix erroneous parsing of tsquery input "... & !(subexpression) |
Previous Message Bruce Momjian 2010-12-18 16:26:21 pgsql: Properly print the IP number and "localhost" for failed localhos