in conf_metadata_assign() enforcing that merge_range is always
authorMarc Cromme <marc@indexdata.dk>
Fri, 27 Apr 2007 10:27:35 +0000 (10:27 +0000)
committerMarc Cromme <marc@indexdata.dk>
Fri, 27 Apr 2007 10:27:35 +0000 (10:27 +0000)
commitb11b1ee307a9ebf51d3f9c8e33ca3a9438e7a932
treec2fd1db1c439a56fdc5153654b79a13374e5ee10
parent8e857d15d0b476a73299da6cc33acbd68e431dba
in conf_metadata_assign() enforcing that merge_range is always
type_year _and_ enforcing that type_year is always range_merge, thus
setting contrains correctly at beginning of a server session setting
processing.
Removing these then unnecessary tests from ingest_record(), where
there will produce warnings logs nobody can do anything about at that
time, and where they are run for each ingested record.
Less code, less performed if statements, no unnecessary warning logs.
src/config.c