CVS User Account cvsuser
Wed Sep 7 20:51:02 PDT 2005
Log Message:
-----------
"create set" altperl script was missing a comma in a 'set add table' statement

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine/tools/altperl:
        slonik_create_set.pl (r1.1 -> r1.1.2.1)

-------------- next part --------------
Index: slonik_create_set.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_create_set.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -Ltools/altperl/slonik_create_set.pl -Ltools/altperl/slonik_create_set.pl -u -w -r1.1 -r1.1.2.1
--- tools/altperl/slonik_create_set.pl
+++ tools/altperl/slonik_create_set.pl
@@ -89,7 +89,7 @@
     my $key = $KEYEDTABLES{$table};
     $table = ensure_namespace($table);
     print SLONIK "  set add table (set id = $SET_ID, origin = $SET_ORIGIN, id = $TABLE_ID,\n";
-    print SLONIK "                 full qualified name = '$table', key='$key'\n";
+    print SLONIK "                 fully qualified name = '$table', key='$key',\n";
     print SLONIK "                 comment = 'Table $table with candidate primary key $key');\n";
     print SLONIK "  echo 'Add candidate primary keyed table $table';\n";
     $TABLE_ID++;


More information about the Slony1-commit mailing list