Re: Sigh, MSVC build broken again

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sigh, MSVC build broken again
Date: 2009-04-19 21:51:55
Message-ID: 10667.1240177915@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> It looks like the MSVC build scripts are cheating by not copying
> parser/gram.h into the include tree where it should be. I'm not
> entirely sure why that has worked at all in the past, but it's
> not working any more.

On further consideration, it's probably not a good idea to let
plpgsql depend on gram.h anyway --- in the past we've taken measures
to confine the use of that file as narrowly as possible. I did a
bit of code refactoring instead.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Grabowski 2009-04-19 22:35:25 WITH inconsistency
Previous Message Tom Lane 2009-04-19 21:10:32 Re: [rfc] unicode escapes for extended strings