Chris Browne cbbrowne at lists.slony.info
Thu Feb 8 14:52:42 PST 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main:/tmp/cvs-serv10578

Modified Files:
      Tag: REL_1_1_STABLE
	RELEASE-1.1.7 config.h.in 
Log Message:
For 1_1_STABLE:

- Add notes to release notes
- Change version to 1.1.7 (the next version)
- Need to have v81.sql files
- Fix typo in generate_sync_event()
- Add to upgrade the make_function_strict() request on xxidin function
- Add variable - remote_listen_timeout


Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -C2 -d -r1.12.2.4 -r1.12.2.5
*** config.h.in	31 Oct 2006 22:17:24 -0000	1.12.2.4
--- config.h.in	8 Feb 2007 22:52:40 -0000	1.12.2.5
***************
*** 13,17 ****
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.1.6"
  
  #undef PGSHARE
--- 13,17 ----
  #define SLONY_I_CONFIG_H
  
! #define SLONY_I_VERSION_STRING	"1.1.7"
  
  #undef PGSHARE

Index: RELEASE-1.1.7
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/Attic/RELEASE-1.1.7,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** RELEASE-1.1.7	5 Feb 2007 22:18:06 -0000	1.1.2.3
--- RELEASE-1.1.7	8 Feb 2007 22:52:40 -0000	1.1.2.4
***************
*** 20,21 ****
--- 20,33 ----
  Otherwise, the log tables will forever bloat until you add a second
  node...
+ 
+ - Added test to test1 for function generate_sync_event() and make_function_strict
+ 
+ - Added "v81" files (for slony1_base.v81.sql, slony1_funcs.v81.sql,
+ xxid.v81.sql), necessary to support 8.1 "ALTER FUNCTION ... STRICT";
+ 
+ - Fixed quoting problem in generate_sync_event()
+ 
+ - Added functionality to UPDATE FUNCTIONS to make xxidin() function
+ STRICT; the absence of this caused postmaster to fall over when
+ processing MOVE SET event in PG v8.2 (not to say that Slony-I 1.1 now
+ *supports* 8.2; it does not)




More information about the Slony1-commit mailing list