Re: [JDBC] Reading and writing off-heap data - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: [JDBC] Reading and writing off-heap data
Date
Msg-id CAB=Je-F8gQ6QRVHvrDFnKutWWKPT3BNxPOwpvvdqTod4iFMiHQ@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] Reading and writing off-heap data  (Tom Dunstan <pgsql@tomd.cc>)
Responses Re: [JDBC] Reading and writing off-heap data
List pgsql-jdbc
Tom>I'll try to quantify it though. Do we have any existing test for these sorts of things? If not I'll just generate a bunch of data and pull it through - seems easy enough.


>Code affecting where incoming data goes would have to be registered with the statement object or similar before execution.

That is of no question. The question is "do you intend to call user-provided code right from org.postgresql.core.v3.QueryExecutorImpl#processResults, case 'D': // Data Transfer (ongoing Execute response)" ?

Vladimir

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: Re: [JDBC] Timestamp parameter gets sent as date
Next
From: Tom Dunstan
Date:
Subject: Re: [JDBC] Reading and writing off-heap data