Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 123561
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: david [...] endpoint.com
Requestors: cavac [...] cavac.at
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 3.14.0



Subject: Add support for 64 Bit large object functions
Is there a way you could add the 64bit large object functions to DBD::Pg? These would be lo_lseek64 lo_tell64 lo_truncate64
Hi, I'm working on a proof-of-concept which would just use those versions under the hood, where available, just using the regular lo_lseek(), etc, interfaces.
On Wed Nov 08 13:00:50 2017, DWC wrote: Show quoted text
> Hi, I'm working on a proof-of-concept which would just use those > versions under the hood, where available, just using the regular > lo_lseek(), etc, interfaces.
Sounds good. But please also add a way for the application to check if the 64bit function are (going to be) used. Otherwise there *might* be data loss, if the application just assumes one way or the other.
Added as explicit method in r751f5ca5ef664f0af5934db34d7e217cd4a61376