Diff
Not logged in

Differences From:

File src/verify.c part of check-in [0afb5e8e39] - This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. by drh on 2008-03-08 14:52:56. [view]

To:

File src/verify.c part of check-in [2d581c03e5] - Comment changes to the pre-commit verification logic. No changes to code. by drh on 2008-05-10 18:09:31. [view]

@@ -71,8 +71,11 @@
 static int inFinalVerify = 0;
 
 /*
 ** This routine is called just prior to each commit operation.
+**
+** Invoke verify_rid() on every record that has been added or modified
+** in the repository, in order to make sure that the repository is sane.
 */
 static int verify_at_commit(void){
   int rid;
   content_clear_cache();