[DBD::Pg] Fix previous PGLIBVERSION check.
dbdpg-commits-gENoVmVU/[email protected] Fri, 8 Feb 2013 16:08:54 -0500
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Fix previous PGLIBVERSION check. --- dbdimp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dbdimp.c b/dbdimp.c index 0c767b1..c28aeed 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -50,7 +50,7 @@ void PQfreeCancel(PGcancel *cancel) { #endif -#if PGLIBVERSION < 80300 +#if PGLIBVERSION < 80400 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