pgsql: Support for collecting crash dumps on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Support for collecting crash dumps on Windows
Дата
Msg-id E1PULUi-0007oj-LZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Properly print the IP number and "localhost" for failed localhos
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix erroneous parsing of tsquery input "... & !(subexpression) |