Chris Browne cbbrowne at lists.slony.info
Mon Apr 6 15:33:07 PDT 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv17032

Modified Files:
      Tag: REL_2_0_STABLE
	RELEASE 
Log Message:
Fix bug #76 - REPAIR CONFIG could have collisions where, when we load a
schema, one entry in sl_table already has an OID value that incorrectly
matches a value that another update is trying to fix.

This would cause REPAIR CONFIG to fail.

Put in a query that updates the oids in sl_table and sl_sequence to
randomly selected values from pg_class that couldn't match (since the
values selected are from non-table/non-sequence objects)


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -C2 -d -r1.3.2.6 -r1.3.2.7
*** RELEASE	1 Apr 2009 17:13:05 -0000	1.3.2.6
--- RELEASE	6 Apr 2009 22:33:05 -0000	1.3.2.7
***************
*** 50,51 ****
--- 50,62 ----
  
  - Fix bug #71 - config dump was failing on string entries that were NULL
+ 
+ - Fix bug #76 - REPAIR CONFIG could have collisions where, when we 
+   load a schema, one entry in sl_table already has an OID value
+   that incorrectly matches a value that another update is trying to
+   fix.
+ 
+   This would cause REPAIR CONFIG to fail.
+ 
+   Put in a query that updates the oids in sl_table and sl_sequence to
+   randomly selected values from pg_class that couldn't match (since
+   the values selected are from non-table/non-sequence objects)



More information about the Slony1-commit mailing list