Re: vcbuild - conditional regeneration

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: vcbuild - conditional regeneration
Date: 2007-01-12 15:51:27
Message-ID: 20070112155127.GA8587@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, Jan 11, 2007 at 10:36:11PM +0100, Magnus Hagander wrote:
> The attached patch changes vcbuild so the project and solution files are
> only regenerated if they are actually changed. This helps when you're
> developing in the Visual Studio GUI, because updating the files (even to
> the same contents) will cause a reload and re-parse of all the projects
> in the solution.
>
> As a bonus, it doesn't trash the project file if it for some reason
> aborts half-way through.
>
> The patch includes part of the previously sent patch about pthreads
> requirements, because they change the same area. Should be workable
> without the other one as well, so it's no problem applying just one of
> them if the other one is troublesome.

While reviewing this patch for conflicts that Neil reported (seems to
have something to do with my local CVS repository. I think I need to
switch back to using the network based CVS repo and just stop diffing
things when not connected or during travel), I found a case where this
simply breaks functionality completely.

So please ignore this patch compeltely.

//Magnus

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-12 16:19:40 Re: Allow dumping of roles or tablespaces
Previous Message Dave Page 2007-01-12 15:29:58 Re: Allow dumping of roles or tablespaces