Re: split rm_name and rm_desc out of rmgr.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: split rm_name and rm_desc out of rmgr.c
Date: 2013-02-07 17:35:24
Message-ID: 15323.1360258524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> On 2/5/13 3:47 PM, Alvaro Herrera wrote:
>> Patch attached.

> This has broken cpluspluscheck:

> ./src/include/access/rmgrlist.h:28:8: error: expected constructor, destructor, or type conversion before '(' token

cpluspluscheck has an explicit exclusion for kwlist.h, looks like it
needs one for rmgrlist.h as well, since neither of them are meant to
compile standalone.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2013-02-07 17:49:15 Re: Vacuum/visibility is busted
Previous Message Jeff Janes 2013-02-07 17:32:23 Re: Vacuum/visibility is busted