Skip Menu |

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

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

People
Owner: greg [...] turnstep.com
Requestors: t.nanba [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.19.3
Fixed in: 3.0.0



Subject: undefined symbol: lo_import_with_oid with postgres 8.3.x
libpq's function lo_import_with_oid is added after postgres 8.4.x. http://www.postgresql.org/docs/8.4/interactive/lo-interfaces.html#LO- IMPORT But DBD::Pg built with postgres 8.3.x needs this function. DBD-Pg-2.19.2 dbdimp.c line 57 #if PGLIBVERSION < 80400 DBD-Pg-2.19.3 dbdimp.c line 53 #if PGLIBVERSION <= 80300
Thanks, changed it back to a < in 3861c6b717328688ab4d5d90a4e01e7f0f8abc5c