Wed Sep 7 20:49:42 PDT 2005
- Previous message: [Slony1-commit] By dpage: This patch adds service registration and unregistration and
- Next message: [Slony1-commit] By cbbrowne: "create set" altperl script was missing a comma in a 'set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
"create set" script was missing a comma in a 'set add table' statement.
Will also add to STABLE
Modified Files:
--------------
slony1-engine/tools/altperl:
slonik_create_set.pl (r1.1 -> r1.2)
-------------- 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.2
diff -Ltools/altperl/slonik_create_set.pl -Ltools/altperl/slonik_create_set.pl -u -w -r1.1 -r1.2
--- 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 " full 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++;
- Previous message: [Slony1-commit] By dpage: This patch adds service registration and unregistration and
- Next message: [Slony1-commit] By cbbrowne: "create set" altperl script was missing a comma in a 'set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list