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.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to