Wed Mar 29 09:10:33 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Bug #885 - CREATE SET causes slonik segfault if no comment
- Next message: [Slony1-commit] By cbbrowne: CREATE SET now doesn't require comment as an implictly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Have a CREATE SET that omits the comment, so that we see that
the comment is optional. (CREATE SET puts a default comment in instead.)
Modified Files:
--------------
slony1-engine/tests/testddl:
exec_ddl.sh (r1.1 -> r1.2)
init_create_set.ik (r1.1 -> r1.2)
-------------- next part --------------
Index: exec_ddl.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/testddl/exec_ddl.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltests/testddl/exec_ddl.sh -Ltests/testddl/exec_ddl.sh -u -w -r1.1 -r1.2
Index: init_create_set.ik
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/testddl/init_create_set.ik,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltests/testddl/init_create_set.ik -Ltests/testddl/init_create_set.ik -u -w -r1.1 -r1.2
--- tests/testddl/init_create_set.ik
+++ tests/testddl/init_create_set.ik
@@ -1 +1 @@
-create set (id=1, origin=1, comment='All test1 tables');
+create set (id=1, origin=1); # no comment - should draw one in automagically
- Previous message: [Slony1-commit] By cbbrowne: Bug #885 - CREATE SET causes slonik segfault if no comment
- Next message: [Slony1-commit] By cbbrowne: CREATE SET now doesn't require comment as an implictly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list