[DBD::Pg] Tweak the test for lo_import_with_oid requirement yet again. RT bug 83145
dbdpg-commits-gENoVmVU/[email protected] Fri, 8 Feb 2013 15:45:55 -0500
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[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