Re: split rm_name and rm_desc out of rmgr.c

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: split rm_name and rm_desc out of rmgr.c
Дата
Msg-id 5113E0D2.9010500@gmx.net
обсуждение исходный текст
Ответ на Re: split rm_name and rm_desc out of rmgr.c  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: split rm_name and rm_desc out of rmgr.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2/5/13 3:47 PM, Alvaro Herrera wrote:
> Tom Lane wrote:
>> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> 
>>> The
>>> approach in the second patch is to turn these into "extern const RmgrId"
>>> instead, and use a second inclusion of rmgrlist.h in rmgr.c that assigns
>>> them the values as consts.
>>
>> ... but I don't especially like that implementation, as it will result
>> in nonzero code bloat and runtime cost due to replacing all those
>> constants with global-variable references.  Couldn't you instead set it
>> up as an enum definition?
> 
> That seems to work.  I would like to have some way of specifying that
> the enum members should be of type RmgrId, but I don't think there's any
> way to do that.
> 
> Patch attached.

This has broken cpluspluscheck:

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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: proposal: ANSI SQL 2011 syntax for named parameters
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Vacuum/visibility is busted