Jan Wieck wieck at lists.slony.info
Thu Jul 23 11:30:06 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/config
In directory main.slony.info:/tmp/cvs-serv10904/config

Modified Files:
      Tag: REL_1_2_STABLE
	acx_libpq.m4 
Log Message:
Changes to make 1.2 compile (and work) with PostgreSQL 8.4.

8.4 also breaks the ducttape tests, which use pgbench as a test
application. 8.4's pgbench prefixes all tables with pgbench_.
For now we can use 8.3's pgbench.


Jan


Index: acx_libpq.m4
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config/acx_libpq.m4,v
retrieving revision 1.24.2.4
retrieving revision 1.24.2.5
diff -C2 -d -r1.24.2.4 -r1.24.2.5
*** acx_libpq.m4	22 Nov 2007 22:51:04 -0000	1.24.2.4
--- acx_libpq.m4	23 Jul 2009 18:30:04 -0000	1.24.2.5
***************
*** 388,391 ****
--- 388,400 ----
  fi
  
+ AC_MSG_CHECKING(for GetActiveSnapshot)
+ AC_EGREP_HEADER(GetActiveSnapshot,
+ 	utils/snapmgr.h,
+ 	[AC_MSG_RESULT(yes)
+ 	AC_DEFINE(HAVE_GETACTIVESNAPSHOT)],
+ 	AC_MSG_RESULT(no)
+ )
+ 
+ 
  AC_MSG_CHECKING(for standard_conforming_strings)
  if test -z "$ac_cv_standard_conforming_strings"; then



More information about the Slony1-commit mailing list