Re: What do the Windows pg hackers out there like for dev - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: What do the Windows pg hackers out there like for dev
Date
Msg-id 43ED4488.80207@paradise.net.nz
Whole thread Raw
In response to What do the Windows pg hackers out there like for dev tools?  (Ron <rjpeace@earthlink.net>)
Responses Re: [PERFORM] What do the Windows pg hackers out there like for dev
List pgsql-hackers
Ron wrote:
> Subject line says it all.  I'm going to be testing changes under both
> Linux and WinXP, so I'm hoping those of you that do M$ hacking will pass
> along your list of suggestions and/or favorite (and hated so I know what
> to avoid) tools.
>

Testing only? So you really only need to build and run on Windows...

I was doing exactly this about a year ago and used Mingw. The only
annoyance was that I could compile everything on Linux in about 3
minutes (P4 2.8Ghz), but had to wait about 60-90 minutes for the same
thing on Windows 2003 Server! (also a P4 2.8Ghz...). So I used to build
a 'go for coffee' task into the build and test cycle.

Cheers

Mark

pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: What do the Windows pg hackers out there like for dev tools?
Next
From: Mark Dilger
Date:
Subject: Getting the length of varlength data using PG_DETOAST_DATUM_SLICE or similar?