Re: RFC C++ Interface

From: Randy Jonasz <rjonasz(at)click2net(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RFC C++ Interface
Date: 2000-12-07 17:46:11
Message-ID: Pine.BSF.4.30.0012071245250.37437-100000@nietzsche.jaded.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for responding. I will definitely kepp your comments in mind.

Cheers,

Randy

On Wed, 6 Dec 2000, Nathan Myers wrote:

> On Wed, Dec 06, 2000 at 05:09:31PM -0500, Randy Jonasz wrote:
> >
> > I know it's been a while since we last discussed a possible rewrite of
> > the C++ API but I now have some time to devote to it.
> >
> > The following are my ideas for implementing the C++ API:
> >
> > I need suggestions, additions, comments etc!
>
> It would be helpful if the interface elements were to satisfy the STL
> requirements on iterators and collections. Those specify a minimum
> interface, which may be extended as needed.
>
> The one caveat is, don't try to "shoehorn" any semantics into the
> interface; anything that doesn't fit precisely should be treated
> as an extension instead, and the corresponding standard interface
> left unimplemented.
>
> Nathan Myers
> ncm(at)zembu(dot)com
>
>
>

Randy Jonasz
Software Engineer
Click2net Inc.
Web: http://www.click2net.com
Phone: (905) 271-3550

"You cannot possibly pay a philosopher what he's worth,
but try your best" -- Aristotle

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-07 19:05:39 Switch pg_ctl's default about waiting?
Previous Message Randy Jonasz 2000-12-07 17:44:33 Re: RFC C++ Interface