Committed by Greg Sabino Mullane <[email protected]>

Tweak the test for lo_import_with_oid requirement yet again. RT bug 83145

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

diff --git a/dbdimp.c b/dbdimp.c
index 24c4a5f..0c767b1 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -50,7 +50,7 @@ void PQfreeCancel(PGcancel *cancel) {
 
 #endif
 
-#if PGLIBVERSION <= 80300
+#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

Reply via email to