Remove debugging statements from subscribeSet() and subscribeSet_int()
authorChristopher Browne <cbbrowne@ca.afilias.info>
Fri, 17 Dec 2010 18:11:05 +0000 (13:11 -0500)
committerChristopher Browne <cbbrowne@ca.afilias.info>
Fri, 17 Dec 2010 18:11:05 +0000 (13:11 -0500)
src/backend/slony1_funcs.sql

index c6ba5a538cc1decb8a5834dc0b3db2b7804e9d9d..e8892e622a18b02c93737cd63b38efd926644a1e 100644 (file)
@@ -4029,9 +4029,6 @@ begin
        -- ----
        lock table @NAMESPACE@.sl_config_lock;
 
-       raise notice 'subscribe set: omit_copy=%', p_omit_copy;
-
-
 
        --
        -- Check that the receiver exists
@@ -4125,8 +4122,6 @@ begin
        -- ----
        lock table @NAMESPACE@.sl_config_lock;
 
-       raise notice 'subscribe set: omit_copy=%', p_omit_copy;
-
        -- ----
        -- Provider change is only allowed for active sets
        -- ----
@@ -5905,4 +5900,4 @@ begin
 end $$ language plpgsql;
 
 comment on function @NAMESPACE@.store_application_name (i_name text) is
-'Set application_name GUC, if possible.  Returns NULL if it fails to work.';
\ No newline at end of file
+'Set application_name GUC, if possible.  Returns NULL if it fails to work.';