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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
