Thu Dec 22 16:18:06 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Fix comment per dcramer's confusion on mailing list
- Next message: [Slony1-commit] By dpage: Use pgport to find the share path.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Fix comment per dcramer's comments on mailing list Modified Files: -------------- slony1-engine/src/backend: slony1_funcs.sql (r1.75 -> r1.76) -------------- next part -------------- Index: slony1_funcs.sql =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v retrieving revision 1.75 retrieving revision 1.76 diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.75 -r1.76 --- src/backend/slony1_funcs.sql +++ src/backend/slony1_funcs.sql @@ -3824,7 +3824,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: Fix comment per dcramer's confusion on mailing list
- Next message: [Slony1-commit] By dpage: Use pgport to find the share path.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list