pgsql: Only build in crashdump support on Windows if there's a working - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Only build in crashdump support on Windows if there's a working
Date
Msg-id E1PWsex-0002RH-PU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Only build in crashdump support on Windows if there's a working dbghelp.h.

Branch
------
master

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

Modified Files
--------------
configure                       |  123 +++++++++++++++++++++++++++++++++++++++
configure.in                    |   10 +++
src/Makefile.global.in          |    3 +
src/backend/main/main.c         |    2 +-
src/backend/port/win32/Makefile |    5 +-
src/include/pg_config.h.in      |    3 +
src/include/pg_config.h.win32   |    3 +
7 files changed, 147 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add foreign data wrapper error code values for SQL/MED.
Next
From: Robert Haas
Date:
Subject: pgsql: Corrections to patch adding SQL/MED error codes.