Re: SPI-header-files safe for C++-compiler

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jacob Rief <jacob(dot)rief(at)gmx(dot)at>, pgsql-patches(at)postgresql(dot)org
Subject: Re: SPI-header-files safe for C++-compiler
Date: 2007-07-04 12:59:46
Message-ID: 468B99C2.7030105@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> "Jacob Rief" <jacob(dot)rief(at)gmx(dot)at> writes:
>> Just for curiosity, I would like to ask something.
>> libpqxx is based on libpq, and thus includes headers-files from libpq.
>> These header-files are C++-safe, otherwise libpqxx would'nt compile.
>
> Well, if they are, it's only by chance, because there isn't much of
> anything verifying that they are safe :-(.

wild idea - we could add a bit of configure magic and a special makefile
target and add a buildfarm stage for that and have it automatically
check for these things ?

Stefan

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Zdenek Kotala 2007-07-04 15:04:27 script binaries renaming
Previous Message Jacob Rief 2007-07-04 12:52:43 Re: SPI-header-files safe for C++-compiler