IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:19:20 AM (16 years ago)
Author:
bills
Message:

Fix very slow query for -towarped. Re-enable update processing;
Add -setskyfiletoupdate mode to queue updates for a single skycell.
Add -listrun.
Various other changes to support the postage stamp server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/warptool_pendingcleanupskyfile.sql

    r24186 r27737  
    1010    USING(warp_id)
    1111WHERE
    12    ((warpRun.state = 'goto_cleaned'  AND warpSkyfile.data_state = 'full')
     12   ((warpRun.state = 'goto_cleaned'  AND (warpSkyfile.data_state = 'full'
     13                                      OR  warpSkyfile.data_state = 'update'))
    1314    OR
    1415    (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed')
Note: See TracChangeset for help on using the changeset viewer.