Re: Mostly Harmless: c++reserved - patch 1 of 4

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Mostly Harmless: c++reserved - patch 1 of 4
Дата
Msg-id 200907140102.55439.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Mostly Harmless: c++reserved - patch 1 of 4  (Kurt Harriman <harriman@acm.org>)
Список pgsql-hackers
On Friday 05 December 2008 11:13:37 Kurt Harriman wrote:
>      Fortunately, there are not many instances which are likely
>      to be encountered by our C++ guests, and these can easily
>      be changed.  In memnodes.h, parsenodes.h, and primnodes.h,
>      this patch changes the following field names:
>
>          typename => typeName
>          typeid => typeOid
>          using => usingClause
>          delete => delete_context
>
>      Also, the patch changes a few parameter names in function
>      prototypes in makefuncs.h, parse_type.h, and builtins.h:
>
>                  typename => typeName
>          typeid => typeOid
>          namespace => qualifier

I'll see if I can adjust pgcompinclude for checking C++ compatibility of 
headers automatically.  If we have such a tool, this patch should be OK to go 
in.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Mostly Harmless: c++configure - patch 3 of 4
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Alpha release process