MingW and MiniDumps - Mailing list pgsql-hackers

From Magnus Hagander
Subject MingW and MiniDumps
Date
Msg-id AANLkTi=UAhvxdjuao4uL69yBfZym5wuXKG2ms8BM757R@mail.gmail.com
Whole thread Raw
Responses Re: MingW and MiniDumps  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Seems at least one mingw machine is missing the definitions for
minidumps. It does seem to have the header (dbghelp.h) that's
required, but with incomplete contents?

Can someone who has a working mingw environment look for the
definitions? See
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=narwhal&dt=2010-12-19%2017%3A00%3A01
for ref on what's missing.

If they're not defined on mingw, I'm inclined to just not bother
building the crashdump functionality at all on mingw. It's likely less
useful there since mingw doesn't use windows compatible symbol tables,
but it might still be a bit useful due to our "export everything"
approach.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Serializable lock consistency (was Re: CommitFest wrap-up)
Next
From: Robert Haas
Date:
Subject: Re: Extensions and custom_variable_classes (was: Extensions, patch v20 (bitrot fixes))