Thu Dec 22 16:17:01 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Added some additional reports per the mailing list today
- Next message: [Slony1-commit] By cbbrowne: Fix comment per dcramer's comments on mailing list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Fix comment per dcramer's confusion on mailing list Tags: ---- REL_1_1_STABLE Modified Files: -------------- slony1-engine/src/backend: slony1_funcs.sql (r1.64.2.14 -> r1.64.2.15) -------------- next part -------------- Index: slony1_funcs.sql =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v retrieving revision 1.64.2.14 retrieving revision 1.64.2.15 diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.64.2.14 -r1.64.2.15 --- src/backend/slony1_funcs.sql +++ src/backend/slony1_funcs.sql @@ -3828,7 +3828,7 @@ lock table @NAMESPACE at .sl_config_lock; -- ---- - -- Check that this is called on the receiver node + -- Check that this is called on the provider node -- ---- if p_sub_provider != @NAMESPACE at .getLocalNodeId(''_ at CLUSTERNAME@'') then raise exception ''Slony-I: subscribeSet() must be called on provider'';
- Previous message: [Slony1-commit] By cbbrowne: Added some additional reports per the mailing list today
- Next message: [Slony1-commit] By cbbrowne: Fix comment per dcramer's comments on mailing list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list