Re: Mostly Harmless: c++bookends - patch 2 of 4 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Mostly Harmless: c++bookends - patch 2 of 4
Date
Msg-id 603c8f070907160700t71b04839w26cdbb8bbf77f6aa@mail.gmail.com
Whole thread Raw
In response to Re: Mostly Harmless: c++bookends - patch 2 of 4  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Mostly Harmless: c++bookends - patch 2 of 4
List pgsql-hackers
On Mon, Jul 13, 2009 at 5:51 PM, Peter Eisentraut<peter_e@gmx.net> wrote:
> So I think either decoration is added to all of these files or none of them.
> And I think the former is not going to go over well.

We do have some things that are conditioned on __cplusplus already,
such as "c.h", "pg_config.h.in", and "postgres_ext.h".  So at some
point we at least thought about supporting inclusion of our header
files from C++.  But I agree that if we're going to do it at all, we
ought to do it everywhere.

...Robert


pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: Re: boolean in C
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] plpythonu datatype conversion improvements