Comment 0 for bug 1366104

Revision history for this message
Blake Rouse (blake-rouse) wrote : OperationError when large object greater than 2gb

If a large object is greater than 2gb then calls to seek and tell will fail with an OperationError. This is because of the use of lseek and ltell instead of the lseek64 and ltell64.

Attached is the upstream issue and pull request.

https://github.com/psycopg/psycopg2/pull/259