Comment 0 for bug 1862652

Revision history for this message
Jason Stephenson (jstephenson) wrote :

Evergreen version 3.2.8 (affects all earlier and later versions)
PostgreSQL version 9.6.16
OpenSRF Version 3.2.0 (N/A)

The pingest.pl program takes an option to specify which record attributes to reingest when run without the --skip-attrs option specified. However, it does not specify a value for the rdeleted parameter of the metabib.reingest_record_attributes function. The rdeleted parameter defaults to a TRUE value, which bypasses the pattr_list parameter. Thus, the value(s) of the --attr parameter(s) are ignored and all record attributes are reingested by pingest.pl.

This can be fixed by using the deleted column value of the record being ingested.