Re: Integrating libpqxx

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Integrating libpqxx
Date: 2002-06-12 21:48:46
Message-ID: 200206122148.g5CLmk314774@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeroen T. Vermeulen wrote:
> On Wed, Jun 12, 2002 at 04:04:36PM -0400, Neil Conway wrote:
> >
> > Otherwise, if you put the code into src/interfaces/libpqxx and modify
> > the PostgreSQL build system to be aware of it (as well as removing
> > libpqxx's autoconf stuff), it shouldn't be too difficult.
>
> One concern I have on this point is that not all platforms are going to
> be able to build libpqxx. Also, there'd have to be a lot of C++ stuff
> in the existing config.h which I guess was meant to be C.
>
> Anyway, I found I'm not much good with automake and so on. I'm trying
> to merge the two configure.ins, but I feel I must be missing a lot of
> details.

I can add it to CVS as interfaces/libpqxx and we can then let others
merge your configure tests into our main configure. Let me know when
you want it dumped into CVS.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bradley Kieser 2002-06-12 21:55:40 Re: Feature request: Truncate table
Previous Message Bruce Momjian 2002-06-12 21:42:24 Re: PostGres Doubt