Re: ilist.h fails cpluspluscheck - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ilist.h fails cpluspluscheck
Date
Msg-id 19619.1354032011@sss.pgh.pa.us
Whole thread Raw
In response to Re: ilist.h fails cpluspluscheck  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2012-11-27 01:14:27 -0500, Tom Lane wrote:
>> Peter Eisentraut <peter_e@gmx.net> writes:
>>> Maybe some ifndef __cplusplus would help.

> Its rather easy to fix in the ilist code at least - the cases it points
> out are those where I took a slightly ugly shortcut to reduce some very
> minor code duplication...

> Some casts fix it,

Seems reasonable, committed.

I wonder if we could get a buildfarm member or two running
cpluspluscheck.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Materialized views WIP patch
Next
From: Alvaro Herrera
Date:
Subject: Re: splitting *_desc routines