Thu Feb 8 14:56:00 PST 2007
- Previous message: [Slony1-commit] slony1-engine/tests/test1 generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/src/slon confoptions.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main:/tmp/cvs-serv10636
Modified Files:
Tag: REL_1_2_STABLE
RELEASE-1.2.7 config.h.in
Log Message:
1_2_STABLE updates:
- Release notes
- Change version to 1.2.7
- Need to install v81.sql files
- Fix expansion of cluster name in generate_sync_event()
- update functions now includes a call to make_function_strict() for xxidin()
Index: RELEASE-1.2.7
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/Attic/RELEASE-1.2.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.2.7 5 Feb 2007 22:06:52 -0000 1.1.2.3
--- RELEASE-1.2.7 8 Feb 2007 22:55:57 -0000 1.1.2.4
***************
*** 11,15 ****
In this bug, big "action lists" that need to get compressed could cause
a logging printf to blow up. Changed the logging level so that detail
! is only shown at levels 4/5, which won't bite people by default.
- UNINSTALL NODE failures now show node # in slonik error messages
--- 11,15 ----
In this bug, big "action lists" that need to get compressed could cause
a logging printf to blow up. Changed the logging level so that detail
! is only shown at level 4, which won't bite people by default.
- UNINSTALL NODE failures now show node # in slonik error messages
***************
*** 18,19 ****
--- 18,30 ----
script, and one of them broke, you'd have no ready way to tell which
node this failed on. Added code to report the node # where it failed.
+
+ - 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
Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.3
retrieving revision 1.17.2.4
diff -C2 -d -r1.17.2.3 -r1.17.2.4
*** config.h.in 8 Jan 2007 17:31:40 -0000 1.17.2.3
--- config.h.in 8 Feb 2007 22:55:57 -0000 1.17.2.4
***************
*** 13,18 ****
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "1.2.6"
! #define SLONY_I_VERSION_STRING_DEC 1,2,6
#ifndef PG_VERSION_MAJOR
--- 13,18 ----
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "1.2.7"
! #define SLONY_I_VERSION_STRING_DEC 1,2,7
#ifndef PG_VERSION_MAJOR
- Previous message: [Slony1-commit] slony1-engine/tests/test1 generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/src/slon confoptions.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list