Steve Singer,,, ssinger at lists.slony.info
Fri May 28 06:22:54 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv23714/src/backend

Modified Files:
      Tag: REL_2_0_STABLE
	slony1_funcs.sql 
Log Message:
Updating version number to 2.0.4

No longer generate warning of a unsupported version with Pg 9.0



Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.27
retrieving revision 1.145.2.28
diff -C 2 -d -r1.145.2.27 -r1.145.2.28
*** slony1_funcs.sql	13 May 2010 19:34:31 -0000	1.145.2.27
--- slony1_funcs.sql	28 May 2010 13:22:51 -0000	1.145.2.28
***************
*** 434,438 ****
  as $$
  begin
! 	return 3;
  end;
  $$ language plpgsql;
--- 434,438 ----
  as $$
  begin
! 	return 4;
  end;
  $$ language plpgsql;



More information about the Slony1-commit mailing list