Changeset 24186
- Timestamp:
- May 14, 2009, 3:33:15 PM (17 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 9 edited
-
share/difftool_pendingcleanuprun.sql (modified) (2 diffs)
-
share/difftool_pendingcleanupskyfile.sql (modified) (1 diff)
-
share/stacktool_pendingcleanuprun.sql (modified) (1 diff)
-
share/stacktool_pendingcleanupskyfile.sql (modified) (1 diff)
-
share/warptool_pendingcleanupskyfile.sql (modified) (1 diff)
-
src/difftool.c (modified) (2 diffs)
-
src/faketool.c (modified) (1 diff)
-
src/stacktool.c (modified) (2 diffs)
-
src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_pendingcleanuprun.sql
r19092 r24186 9 9 USING(diff_id) 10 10 JOIN warpSkyfile 11 ON diffInputSkyfile.warp _id= warpSkyfile.warp_id11 ON diffInputSkyfile.warp1 = warpSkyfile.warp_id 12 12 AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id 13 13 AND diffInputSkyfile.tess_id = warpSkyfile.tess_id … … 23 23 USING(exp_id) 24 24 WHERE 25 diffRun.state = 'goto_cleaned'25 (diffRun.state = 'goto_cleaned' OR diffRun.state = 'goto_scrubbed' OR diffRun.state = 'goto_purged') -
trunk/ippTools/share/difftool_pendingcleanupskyfile.sql
r23912 r24186 9 9 USING(diff_id) 10 10 WHERE 11 diffRun.state = 'goto_cleaned' 12 AND diffSkyfile.data_state = 'full' 11 ((diffRun.state = 'goto_cleaned' AND diffSkyfile.data_state = 'full') 12 OR 13 (diffRun.state = 'goto_scrubbed' AND diffSkyfile.data_state != 'scrubbed') 14 OR 15 (diffRun.state = 'goto_purged' AND diffSkyfile.data_state != 'purged')) -
trunk/ippTools/share/stacktool_pendingcleanuprun.sql
r19526 r24186 27 27 USING (exp_id) 28 28 WHERE 29 stackRun.state = 'goto_cleaned'29 (stackRun.state = 'goto_cleaned' OR stackRun.state = 'goto_scrubbed' OR stackRun.state = 'goto_purged') -
trunk/ippTools/share/stacktool_pendingcleanupskyfile.sql
r19092 r24186 4 4 stackRun.workdir, 5 5 stackRun.dvodb, 6 stackRun.tess_id 6 stackRun.tess_id, 7 stackRun.skycell_id 7 8 FROM stackRun 8 9 JOIN stackSumSkyfile 9 10 USING(stack_id) 10 11 WHERE 11 stackRun.state = 'goto_cleaned'12 (stackRun.state = 'goto_cleaned' OR stackRun.state = 'goto_scrubbed' OR stackRun.state = 'goto_purged') -
trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
r23418 r24186 12 12 ((warpRun.state = 'goto_cleaned' AND warpSkyfile.data_state = 'full') 13 13 OR 14 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full')14 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed') 15 15 OR 16 16 (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged')) -
trunk/ippTools/src/difftool.c
r24180 r24186 1575 1575 1576 1576 psMetadata *where = psMetadataAlloc(); 1577 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1577 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "=="); 1578 1578 1579 1579 psString query = pxDataGet("difftool_pendingcleanuprun.sql"); … … 1640 1640 PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "=="); 1641 1641 } 1642 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1642 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "=="); 1643 1643 1644 1644 psString query = pxDataGet("difftool_pendingcleanupskyfile.sql"); -
trunk/ippTools/src/faketool.c
r24123 r24186 895 895 896 896 psMetadata *where = psMetadataAlloc(); 897 pxAddLabelSearchArgs (config, where, "-label", " label", "==");897 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); 898 898 899 899 psString query = pxDataGet("faketool_pendingcleanuprun.sql"); -
trunk/ippTools/src/stacktool.c
r23921 r24186 991 991 992 992 psMetadata *where = psMetadataAlloc(); 993 pxAddLabelSearchArgs (config, where, "-label", " label", "==");993 pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "=="); 994 994 995 995 psString query = pxDataGet("stacktool_pendingcleanuprun.sql"); … … 1055 1055 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 1056 1056 } 1057 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1057 pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "=="); 1058 1058 1059 1059 psString query = pxDataGet("stacktool_pendingcleanupskyfile.sql"); -
trunk/ippTools/src/warptool.c
r24047 r24186 1394 1394 1395 1395 psMetadata *where = psMetadataAlloc(); 1396 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1396 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 1397 1397 1398 1398 psString query = pxDataGet("warptool_pendingcleanuprun.sql"); … … 1457 1457 psMetadata *where = psMetadataAlloc(); 1458 1458 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 1459 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1459 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 1460 1460 1461 1461 psString query = pxDataGet("warptool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
