IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2007, 3:52:48 PM (19 years ago)
Author:
jhoblitt
Message:

improved p4tool transactions
remove p6SumScfile.{skycell_id, tess_id}
add p6Run.{skycell_id, tess_id}
change p6tool -addsumfile to change the runs' state to stop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r11981 r11983  
    909909            bg_mean_stdev
    910910        )) {
     911        if (!psDBRollback(config->dbh)) {
     912            psError(PS_ERR_UNKNOWN, false, "database error");
     913        }
    911914        psError(PS_ERR_UNKNOWN, false, "database error");
    912915        return false;
     
    914917
    915918    if (!p4CompletedRuns(config)) {
     919        if (!psDBRollback(config->dbh)) {
     920            psError(PS_ERR_UNKNOWN, false, "database error");
     921        }
    916922        psError(PS_ERR_UNKNOWN, false, "database error");
    917923        return false;
Note: See TracChangeset for help on using the changeset viewer.