Chris Browne cbbrowne at lists.slony.info
Mon Feb 23 09:23:57 PST 2009
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv1832/src/backend

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_base.sql 
Log Message:
Fix error in schema comment


Index: slony1_base.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_base.sql,v
retrieving revision 1.40
retrieving revision 1.40.2.1
diff -C2 -d -r1.40 -r1.40.2.1
*** slony1_base.sql	17 Nov 2008 22:40:27 -0000	1.40
--- slony1_base.sql	23 Feb 2009 17:23:55 -0000	1.40.2.1
***************
*** 68,72 ****
  comment on column @NAMESPACE at .sl_set.set_origin is 
  	'The ID number of the source node for the replication set.';
! comment on column @NAMESPACE at .sl_set.set_locked is 'Indicates whether or not the set is locked.';
  comment on column @NAMESPACE at .sl_set.set_comment is 'A human-oriented description of the set.';
  
--- 68,72 ----
  comment on column @NAMESPACE at .sl_set.set_origin is 
  	'The ID number of the source node for the replication set.';
! comment on column @NAMESPACE at .sl_set.set_locked is 'Transaction ID where the set was locked.';
  comment on column @NAMESPACE at .sl_set.set_comment is 'A human-oriented description of the set.';
  



More information about the Slony1-commit mailing list