Re: RFC C++ Interface - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: RFC C++ Interface
Date
Msg-id 3A359BE8.B243A7DE@alumni.caltech.edu
Whole thread Raw
In response to Re: RFC C++ Interface  (Randy Jonasz <rjonasz@click2net.com>)
List pgsql-hackers
> One thing I would like to see, which we have built into our own,
> primitive, C++ interface, is support for binary data retrieval. For some
> applications the savings are huge.
> I haven't thought very hard about how to do this: we do it by having a
> perl script generate structures from the table definitions at compile
> time, which works well in our case, but is not necessarily suitable for
> a library. Code to copy the data into these structures is similarly
> generated. Not sure whether roguewave have a better solution.

This is what CORBA is designed to do. No point in reinventing the wheel
for an on-the-wire protocol.

I'm not sure what the integration path would be for a CORBA-based
interface onto the server.
                   - Thomas


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: (one more time) Patches with vacuum fixes available .
Next
From: Bruce Momjian
Date:
Subject: Re: (one more time) Patches with vacuum fixes available .