IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2009, 5:46:54 PM (17 years ago)
Author:
eugene
Message:

add pxwarpGet/SetSearchArgv

File:
1 edited

Legend:

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

    r19521 r23418  
    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')
    1313    OR
    14     (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged')
     14    (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full')
     15    OR
     16    (warpRun.state = 'goto_purged'   AND warpSkyfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.