CVS User Account cvsuser
Tue Nov 1 21:36:57 PST 2005
Log Message:
-----------
Version 1.1.2 resolved bug #1226 by adding a clause in the "offending"
SQL statement.

Thus, we no longer need to warn users about this, and so the warning may
be removed.

Modified Files:
--------------
    slony1-engine/src/backend:
        slony1_funcs.sql (r1.70 -> r1.71)

-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.70
retrieving revision 1.71
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.70 -r1.71
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -3796,16 +3796,6 @@
 		end if;
 	end if;
 
-	-- ---
-	-- Check to see if the set contains any tables - gripe if not - bug #1226
-	-- ---
-	if not exists (select true 
-		from @NAMESPACE at .sl_table
-		where tab_set = p_sub_set) then
-		raise notice ''subscribeSet:: set % has no tables - risk of problems - see bug 1226'', p_sub_set;
-		raise notice ''http://gborg.postgresql.org/project/slony1/bugs/bugupdate.php?1226'';
-	end if;
-
 	-- ----
 	-- Create the SUBSCRIBE_SET event
 	-- ----


More information about the Slony1-commit mailing list