IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2016, 3:04:44 PM (11 years ago)
Author:
eugene
Message:

adding option to match by extern id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c

    r38986 r39299  
    300300    if (FORCE_MERGE)         { strextend (&command, "-force-merge"); }
    301301    if (MATCHED_TABLES)      { strextend (&command, "-matched-tables"); }
     302    if (MATCH_BY_EXTERN_ID)  { strextend (&command, "-match-by-extern-id"); }
    302303    if (UPDATE_CATFORMAT)    { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }
    303304    if (UPDATE_CATCOMPRESS)  { strextend (&command, "-update-catcompress %s", UPDATE_CATCOMPRESS); }
Note: See TracChangeset for help on using the changeset viewer.