Kelly Burkhart <kelly(at)tradebotsystems(dot)com> writes:
> I used C++ and noticed that some Postgres headers contain C++ keywords.
> Is there any interest among PG developers in making the C-language
> interface C++ clean? Or, is there hostility to this idea?
Postgres is written in C. AIUI it's somewhat dangerous to link C++
functions into the backend, since PG doesn't know how to cope with
thrown exceptions and the like.
-Doug