*/
if (!pool->catalog || pool->catalog == catalog) {
create_pool(NULL, db, pool, POOL_OP_UPDATE); /* update request */
+ }
+ }
+
+ /* Once they are created, we can loop over them again, updating
+ * references (RecyclePool)
+ */
+ foreach_res(pool, R_POOL) {
+ /*
+ * If the Pool has a catalog resource update the pool only
+ * in that catalog.
+ */
+ if (!pool->catalog || pool->catalog == catalog) {
update_pool_recyclepool(NULL, db, pool);
}
}
mixed priorities
General:
+27Jan09
+ebl Fix a bug that doesn't update RecyclePool all the time
+ during the first startup.
25Jan09
kes Turn off db_get_file_list() giant SQL because if fails on
my production machine.