Changeset 29902 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Dec 2, 2010, 3:10:33 PM (15 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
chiptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:mergeinfo set to
-
trunk/ippTools/src/chiptool.c
r29416 r29902 601 601 PXOPT_LOOKUP_F32(maskfrac_magic, config->args, "-maskfrac_magic", false, false); 602 602 PXOPT_LOOKUP_F32(maskfrac_advisory, config->args, "-maskfrac_advisory", false, false); 603 PXOPT_LOOKUP_F32(deteff_magref, config->args, "-deteff_magref", false, false); 603 604 604 605 psTrace("czw.test",1,"Received versions: pslib %s psmodules %s psphot %s psastro %s ppstats %s ppImage %s streaks %s\n", … … 706 707 maskfrac_dynamic, 707 708 maskfrac_magic, 708 maskfrac_advisory 709 maskfrac_advisory, 710 deteff_magref 709 711 )) { 710 712 // rollback … … 715 717 return false; 716 718 } 717 718 #if 0719 // XXX I've decided to make the transaction cover the Exp migration as720 // well. Otherwise, if the last imfile in an exp is moved and the exp721 // migration fails then the data base is left in a situation where the exp722 // migration can't happen.723 724 if (!chipProcessedCompleteExp(config)) {725 // rollback726 if (!psDBRollback(config->dbh)) {727 psError(PS_ERR_UNKNOWN, false, "database error");728 }729 psError(PS_ERR_UNKNOWN, false, "database error");730 return false;731 }732 #endif733 719 734 720 if (!psDBCommit(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
