Committed by Greg Sabino Mullane <[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