Index: openacs-4/packages/news-aggregator/tcl/source-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/source-procs-postgresql.xql,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/news-aggregator/tcl/source-procs-postgresql.xql 17 Jul 2018 15:48:54 -0000 1.8 +++ openacs-4/packages/news-aggregator/tcl/source-procs-postgresql.xql 18 Jul 2018 09:08:18 -0000 1.9 @@ -4,24 +4,6 @@ postgresql7.2 - - - where last_scanned < (now() - '00:48:00'::time) - - - - - - select source_id, - feed_url, - last_modified - from na_sources - $time_limit - order by last_scanned asc - $limit_sql - - - limit $limit @@ -45,18 +27,6 @@ - - - now() - - - - - - :pub_date - - - select na_item__new ( @@ -90,10 +60,7 @@ - select na_source__delete( - :source_id - ); - + select na_source__delete(:source_id);