Re: [GENERAL] C++-Language Function/Process List

2005-05-23 Thread Tom Lane
Douglas McNaught <[EMAIL PROTECTED]> writes: > 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?

Re: [GENERAL] C++-Language Function/Process List

2005-05-23 Thread Martijn van Oosterhout
On Mon, May 23, 2005 at 09:13:00AM -0500, Kelly Burkhart wrote: > 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? Hmm, it seems C++ is joining

Re: [GENERAL] C++-Language Function/Process List

2005-05-23 Thread Douglas McNaught
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 dan