Chris Browne cbbrowne at lists.slony.info
Mon Jul 9 12:10:22 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv29426

Modified Files:
	UPGRADING RELEASE-2.0 TODO 
Log Message:
- Mark off some TODO items that have been completed

- Update release notes to reflect more patches for v2.0

- Added notes to UPGRADING indicating the issue with TABLE ADD KEY in v2.0


Index: UPGRADING
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/UPGRADING,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** UPGRADING	16 Feb 2007 23:35:13 -0000	1.3
--- UPGRADING	9 Jul 2007 19:10:20 -0000	1.4
***************
*** 31,35 ****
  
  Nullable Column issue in version 1.2
! ===================================
  
  In version 1.2, a check has been added to reject subscriptions to
--- 31,35 ----
  
  Nullable Column issue in version 1.2
! =====================================
  
  In version 1.2, a check has been added to reject subscriptions to
***************
*** 64,65 ****
--- 64,76 ----
  contains a great deal of data, as the alteration will scan the table
  to verify that there are no tuples where the column is NULL.
+ 
+ TABLE ADD KEY change in version 2.0
+ =====================================
+ 
+ In version 2.0, Slony-I drops out support for creating
+ system-generated "pseudo primary keys" that involve adding in a custom
+ Slony-I-generated column.
+ 
+ There is documentation in the Admin Guide (slonyupgrade.sgml,
+ slonyupgrade.html) explaining approaches to "cleaning up" after having
+ used TABLE ADD KEY.

Index: RELEASE-2.0
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE-2.0,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RELEASE-2.0	27 Jun 2007 15:54:37 -0000	1.3
--- RELEASE-2.0	9 Jul 2007 19:10:20 -0000	1.4
***************
*** 40,41 ****
--- 40,63 ----
  
    This fairly massively simplifies the C code.
+ 
+ - Revised logging levels so that most of the interesting messages are
+   spit out at SLON_CONFIG and SLON_INFO levels.  This can allow users
+   to drop out the higher DEBUG levels and still have useful logs.
+ 
+ - Changed log selection query to be less affected by long running
+   transaction.  This should help, in particular, the scenario where
+   it takes a very long time to subscribe to a set.  In that situation,
+   we have had the problem where applying the later SYNCs gets
+   extremely costly as the query selecting logs wound up forced into a
+   Seq Scan rather than an index scan.
+ 
+ 
+ - Removed all support for STORE/DROP TRIGGER commands. Users are supposed
+   to use the ALTER TABLE [ENABLE|DISABLE] TRIGGER functionality in
+   Postgres from now on.
+ 
+ - Improve Wiki page generation script so that it has an option to add in
+   a set of [[Category:Foo]] tags to allow automated categorization.
+ 
+ - Documented how to fix tables that presently use Slony-I-generated
+   primary key candidates generated by TABLE ADD KEY

Index: TODO
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TODO	6 Jul 2007 18:40:25 -0000	1.5
--- TODO	9 Jul 2007 19:10:20 -0000	1.6
***************
*** 7,17 ****
  --------------------------------------------
  
- - Document how to fix tables that presently use Slony-I-generated
-   primary key candidates generated by TABLE ADD KEY
- 
  - Removed all support for STORE/DROP TRIGGER commands. Users are
    supposed to use the ALTER TABLE [ENABLE|DISABLE] TRIGGER
    functionality in Postgres from now on.
  
  
  Short Term Items
--- 7,16 ----
  --------------------------------------------
  
  - Removed all support for STORE/DROP TRIGGER commands. Users are
    supposed to use the ALTER TABLE [ENABLE|DISABLE] TRIGGER
    functionality in Postgres from now on.
  
+   There is now mention of this in docs/adminguide/slonyupgrade.sgml;
+   need to enhance it further after discussion with Jan Wieck.
  
  Short Term Items
***************
*** 24,31 ****
  verify that upgrades work properly.
  
- Improve Wiki page generation script so that it has an option to add in
- a set of [[Category:Foo]] tags to allow automated categorization.
- 
- 
  Bill Moran had some timestamps that were not handled well; should make
  sure that these specific timestamps are included in our test cases...
--- 23,26 ----
***************
*** 36,41 ****
  03/29/2007 13:35:19.960505 edt vs. 03/29/2007 12:35:19.960505 est
  
- - Add Drew Hammond's "mkservice" scripts to the 1.2 branch
- 
  - update autoconf to be better aware of where DocBook document
    generation tools live
--- 31,34 ----



More information about the Slony1-commit mailing list