Re: Integrating libpqxx

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>, Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Integrating libpqxx
Date: 2002-06-13 00:40:14
Message-ID: 1023928815.366.3.camel@lerlaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2002-06-12 at 17:30, Bruce Momjian wrote:
> Jeroen T. Vermeulen wrote:
> > On Wed, Jun 12, 2002 at 05:48:46PM -0400, Bruce Momjian wrote:
> > >
> > > 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.
> >
> > Might as well do it right now, with 0.5.2. We'll call that 1.0, and
> > leave the more radical future plans for 2.0.
> >
> > There are some things I'd like to do in future 1.x releases that will
> > affect the interface:
> > - nonblocking operation, probably as a latency-hiding tuple stream;
> > - change the way you select the quality of service for your transactor;
> > - allow notice processors to have C++ linkage;
> > - addtional bits & bobs like field and column iterators.
> >
> > OTOH there's no point in delaying 1.0 forever I guess.
> >
> > FWIW, I'm thinking of doing at least one of the following in 2.0:
> > - an easy-to-use but intrusive object persistence layer;
> > - offload some of the work to BOOST if possible;
> > - adapt the interface to be more database-portable.
> >
> > But back to 1.0... Would it be a useful idea to also integrate my own
> > CVS history into the main tree? Or should I just keep developing in
> > my local tree and submit from there?
>
> I think we will just give you CVS access. Not sure how to get the CVS
> history. I think if you send me the CVS root I can use CVS import to
> load it.
If you "Repocopy" the files, the history will stay intact. Basically
move his CVS/ files to your repository, and add appropriate entries
stuff.

LER
>
>
> --
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-13 00:41:35 Re: Integrating libpqxx
Previous Message Bruce Momjian 2002-06-12 23:34:54 Re: PostGres Doubt