Chris Browne cbbrowne at lists.slony.info
Tue Jan 29 07:54:48 PST 2008
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv28334

Modified Files:
	config.h.in 
Log Message:
Add #define to support 8.3 behaviour where typenameTypeId() takes 3 args


Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** config.h.in	31 May 2007 16:46:17 -0000	1.19
--- config.h.in	29 Jan 2008 15:54:46 -0000	1.20
***************
*** 88,91 ****
--- 88,94 ----
  #undef HAVE_TYPENAMETYPEID_2
  
+ /* Set to 1 if typenameTypeId() takes 3 args */
+ #undef HAVE_TYPENAMETYPEID_3
+ 
  /* Set to 1 if standard_conforming_strings available */
  #undef HAVE_STANDARDCONFORMINGSTRINGS



More information about the Slony1-commit mailing list