Fri Aug 3 09:09:13 PDT 2007
- Next message: [Slony1-commit] slony1-engine config.h.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv6501
Modified Files:
Tag: REL_1_2_STABLE
RELEASE
Log Message:
Update release notes to indicate all changes since 1.2.10
Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** RELEASE 30 Jul 2007 22:33:15 -0000 1.1.2.9
--- RELEASE 3 Aug 2007 16:09:11 -0000 1.1.2.10
***************
*** 16,19 ****
--- 16,35 ----
PostgreSQL 8.3
+ - Fixed problem with DDL SCRIPT statement parser: it wasn't 'quoting'
+ semicolons inside parentheses (this notably occurs in CREATE RULE).
+
+ - Fixed problem with DDL SCRIPT statement submission; it was
+ interpreting the statement as a format string, which would have
+ ill effects in the presence of things that are interpreted such
+ as format strings (%d, %f, %s) and \backslashed things like \\, \n.
+
+ - Further DDL Script issue: non-terminated statement at the end
+ (e.g. - without trailing semicolon ";") would get omitted.
+
+ - Typo fix: when trying to disable a node, the logs would report
+ "enableNode" rather than "disableNode". Fixed.
+
+ - Add usage/version options to help output in slon.
+
RELEASE 1.2.10
- Next message: [Slony1-commit] slony1-engine config.h.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list