Re: Proposed new libpq API - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Proposed new libpq API
Date
Msg-id 3963464B.3F82A70A@alumni.caltech.edu
Whole thread Raw
In response to Re: Proposed new libpq API  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
> Okay, first thing off the top of my head ... how does this deal with
> backward compatibility, or have we just blown all old apps out to fhte
> water?

We have a long tradition of blowing old apps out of the water :)

As Chris mentioned, his suggestion closely resembles code which used to
be in libpq but was excised due to lack of interest at the time.

With the upcoming "query tree redesign", the concept of collections of
"tuple sets" will (hopefully) become more clear in the backend, to
support, say, distributed databases and also Chris' OO interests.
                     - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Per-database/schema settings
Next
From: Chris Bitmead
Date:
Subject: Re: Proposed new libpq API