Re: BUG #5878: BTREE_BUILD_STATS causes 'make check' to fail

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
Cc: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>, pgsql-bugs(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: BUG #5878: BTREE_BUILD_STATS causes 'make check' to fail
Date: 2011-02-18 19:02:31
Message-ID: 12528.1298055751@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Euler Taveira de Oliveira <euler(at)timbira(dot)com> writes:
> Em 10-02-2011 09:56, Jan-Peter Seifert escreveu:
>> However, as long as I have BTREE_BUILD_STATS defined, 'make check' fails on
>> me with the following message:

> It is a bug. The attached patch fixes it. I didn't investigate when it was
> broken; maybe one or two releases ago when someone reorganizes the header
> files. Those debug macros deserve a refactor but nobody bothers to do it yet.

Confirmed here, will apply. I'll bet lunch that it got broken in
Bruce's last "remove unnecessary #includes" patch --- the process he
uses for that is utterly incapable of dealing with inclusions that
are needed only in certain cases.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2011-02-18 21:43:19 Re: DropRelFileNodeBuffers API change (was Re: [BUGS] BUG #5599: Vacuum fails due to index corruption issues)
Previous Message Tom Lane 2011-02-18 18:21:12 Re: BUG #5894: Rules' behaviour when SERIAL data types are used