Mon Apr 11 22:36:54 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Add in history listing for 1.1 changes This was produced
- Next message: [Slony1-commit] By cbbrowne: Fix the comments to match the file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove extra , in the call to enableSubscription
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.sql (r1.15.2.12 -> r1.15.2.13)
-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.15.2.12
retrieving revision 1.15.2.13
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.15.2.12 -r1.15.2.13
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -452,7 +452,7 @@
and SUB.sub_receiver = p_no_id
for update of S
loop
- perform @NAMESPACE at .enableSubscription (v_sub_row.sub_set,,
+ perform @NAMESPACE at .enableSubscription (v_sub_row.sub_set,
v_sub_row.sub_provider, p_no_id);
end loop;
- Previous message: [Slony1-commit] By cbbrowne: Add in history listing for 1.1 changes This was produced
- Next message: [Slony1-commit] By cbbrowne: Fix the comments to match the file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list