- Timestamp:
- Oct 24, 2012, 3:52:04 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src merged: 34500-34503,34538
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippTools/src/stacktool.c
r34296 r34566 748 748 PXOPT_COPY_STR(config->args, where, "-state", "stackRun.state", "=="); 749 749 PXOPT_COPY_S64(config->args, where, "-sass_id", "stackAssociationMap.sass_id", "=="); 750 PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false); 750 751 if (!psListLength(where->list)) { 751 752 psFree(where); … … 756 757 //CZW join against stackAssociationMap 757 758 psString query = psStringCopy("UPDATE stackRun"); 759 760 if (fault) { 761 psStringAppend(&query, " JOIN stackSumSkyfile USING(stack_id)"); 762 PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "=="); 763 } 758 764 759 765 // pxUpdateRun gets parameters from config->args and updates
Note:
See TracChangeset
for help on using the changeset viewer.
