Chris Browne cbbrowne at lists.slony.info
Tue Apr 6 13:12:16 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/config
In directory main.slony.info:/tmp/cvs-serv17065/config

Modified Files:
      Tag: REL_2_0_STABLE
	acx_libpq.m4 
Log Message:
Improve comment about "missing function" - the problem could be that
libpq wasn't found, not just that you're on some grossly ancient version
of PostgreSQL


Index: acx_libpq.m4
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config/acx_libpq.m4,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -C 2 -d -r1.30.2.1 -r1.30.2.2
*** acx_libpq.m4	27 Nov 2009 20:19:49 -0000	1.30.2.1
--- acx_libpq.m4	6 Apr 2010 20:12:14 -0000	1.30.2.2
***************
*** 231,238 ****
      AC_DEFINE(PG_VERSION_VERIFIED,1,[PostgreSQL 7.3 or later check])
  else
!     AC_MSG_ERROR(Your version of libpq doesn't have PQunescapeBytea
!      which means that your version of PostgreSQL is lower than 7.3
       and thus not even remotely supported by Slony-I version 2, 
!      which requires 8.3+)
  fi
  
--- 231,238 ----
      AC_DEFINE(PG_VERSION_VERIFIED,1,[PostgreSQL 7.3 or later check])
  else
!     AC_MSG_ERROR(Test of libpq for PQunescapeBytea failed.
!      Either your version of PostgreSQL is lower than 7.3
       and thus not even remotely supported by Slony-I version 2, 
!      which requires 8.3+, or libpq libraries were not found)
  fi
  



More information about the Slony1-commit mailing list