Mon Apr 11 22:43:04 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Fix the comments to match the file
- Next message: [Slony1-commit] By cbbrowne: Add a test which "tortures" the quoting facilities of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- remove extra , in call to @NAMESPACE at .enableSubscription Modified Files: -------------- slony1-engine/src/backend: slony1_funcs.sql (r1.57 -> r1.58) -------------- next part -------------- Index: slony1_funcs.sql =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v retrieving revision 1.57 retrieving revision 1.58 diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.57 -r1.58 --- src/backend/slony1_funcs.sql +++ src/backend/slony1_funcs.sql @@ -644,7 +644,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: Fix the comments to match the file
- Next message: [Slony1-commit] By cbbrowne: Add a test which "tortures" the quoting facilities of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list