Kelly Burkhart <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org