Re: BUG #5878: BTREE_BUILD_STATS causes 'make check' to fail - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5878: BTREE_BUILD_STATS causes 'make check' to fail
Date
Msg-id 12528.1298055751@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #5878: BTREE_BUILD_STATS causes 'make check' to fail  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
Euler Taveira de Oliveira <euler@timbira.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5894: Rules' behaviour when SERIAL data types are used
Next
From: Maxim Boguk
Date:
Subject: Re: BUG #5798: Some weird error with pl/pgsql procedure