# DBI                         Version 1.625
# DBD::Pg                     Version 2.19.3
# Perl                        Version 5.16.3
# OS                          solaris
# PostgreSQL (compiled)       80323
# PostgreSQL (target)         80323
# PostgreSQL (reported)       PostgreSQL 8.3.23 64-bit on i386-pc-solaris2.10, 
compiled by /ws/on10-tools/SUNWspro/SS11/bin/cc -Xa
# Default port                5432
# DBI_DSN                     
dbi:Pg:db="postgres";port=5440;host=<pwd>/dbdpg_test_database/data/socket
# DBI_USER                    john
# Test schema                 dbd_pg_testschema
# LANG                        C
# array_nulls                 on
# backslash_quote             safe_encoding
# client_encoding             UTF8
# server_encoding             UTF8
# standard_conforming_strings off
#

Simple patch, below.
John
[email protected]

*** dbdimp.c    Fri May 10 12:14:24 2013
--- dbdimp.c.old        Mon Aug 20 14:09:46 2012
***************
*** 50,56 ****

  #endif

! #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) {
--- 50,56 ----

  #endif

! #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) {

Reply via email to