Mon Sep 10 09:54:13 2012kdevel [...] vogtner.de - Ticket created
Subject:
Regression in 2.19.3: undefined symbol: lo_import_with_oid
Date:
Mon, 10 Sep 2012 15:53:55 +0200
To:
bug-DBD-Pg [...] rt.cpan.org
From:
kdevel [...] vogtner.de
test fails due to "undefined symbol: lo_import_with_oid" as in
https://rt.cpan.org/Public/Bug/Display.html?id=56363
DBD-Pg-2.19.3/dbdimp.c
53 #if PGLIBVERSION <= 80300
should read
53 #if PGLIBVERSION <= 80400
as in the previous 2.19.2.
Regards
Stefan