Index: openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 17 Oct 2003 11:09:58 -0000 1.8 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 15 Nov 2017 15:56:49 -0000 1.9 @@ -31,14 +31,6 @@ - - - update auth_batch_jobs - set doc_start_time = current_timestamp - where job_id = :job_id - - - update auth_batch_jobs @@ -51,17 +43,6 @@ - - - - update auth_batch_jobs - set job_end_time = current_timestamp, - message = :message - where job_id = :job_id - - - - @@ -73,13 +54,4 @@ - - - - delete from auth_batch_jobs - where job_end_time < current_timestamp - interval '$num_days days' - - - -