Re: XML changes broke assert-enabled vcbuild

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: XML changes broke assert-enabled vcbuild
Date: 2007-02-13 15:56:25
Message-ID: 20070213155625.GA13432@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 13, 2007 at 10:50:30AM -0500, Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > From what I can tell, this is because the Assert() puts code (the do {}
> > loop) *before* the declaration of StringInfoData buf, which is not
> > permitted.
>
> This will fail on every ANSI-C compiler, not just vc. Please fix.

Applied.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-13 16:06:00 Re: Variable length varlena headers redux
Previous Message Tom Lane 2007-02-13 15:50:30 Re: XML changes broke assert-enabled vcbuild