Differences From Artifact [7f98787659]:
- File db.scm — part of check-in [1aaf1064c6] at 2019-07-09 11:03:54 on branch v1.65 — added capability to tag a run in pgdb (user: pjhatwal, size: 208353) [annotate] [blame] [check-ins using]
To Artifact [33585b817b]:
- File db.scm — part of check-in [d3caf011b4] at 2019-07-17 11:49:06 on branch v1.65 — in dejunk cleanup, call db:clean-up on megatest.db only if it's writable (user: mmgraham, size: 208406) [annotate] [blame] [check-ins using]
︙ | |||
1027 1028 1029 1030 1031 1032 1033 | 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 | - + | (delete-file* (common:get-sync-lock-filepath)) ) ;; clear out junk records ;; ((dejunk) (db:delay-if-busy mtdb) ;; ok to delay on mtdb |
︙ |