[DBD::Pg] Version tweak

dbdpg-commits-gENoVmVU/[email protected] Mon, 14 May 2012 18:07:16 -0400
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]>

Version tweak

---
 dbdimp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dbdimp.c b/dbdimp.c
index 62a9de8..3e28a9d 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -54,7 +54,7 @@ void PQfreeCancel(PGcancel *cancel) {
 
 #endif
 
-#if PGLIBVERSION < 80400
+#if PGLIBVERSION <= 80300
 
 Oid lo_import_with_oid (PGconn *conn, char *filename, unsigned int lobjId);
 Oid lo_import_with_oid (PGconn *conn, char *filename, unsigned int lobjId) {
-- 
1.7.1