[OPEN-ILS-DEV] 1.6.0.0-rc1: Bibs loading fails due to trigger

Mike Rylander mrylander at gmail.com
Fri Sep 18 13:28:33 EDT 2009


On Thu, Sep 17, 2009 at 8:36 PM, Wiktor Rzeczkowski
<rzeczkow at mcmaster.ca> wrote:
> From my experience, in 1.6.0.0-rc1 bibs loading fails because trigger
> zzz_update_materialized_simple_record_tgr" for table "real_full_rec"
> does not exist (is no longer created).
>
> The parallel_pg_loader.pl and pg_loader.pl include statement
>
> SELECT reporter.disable_materialized_simple_record_trigger();
>
> in their output sql files for bibs loading which causes execution of
>
> DROP TRIGGER zzz_update_materialized_simple_record_tgr ON
> metabib.real_full_rec;
>
> and the loading failure.
>

I've patched this and backported it all the way to 1.6.0.0.  You can
grab an updated version at
http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_0_0/Open-ILS/src/extras/import/parallel_pg_loader.pl
to test, and thanks for the bug report!

-- 
Mike Rylander
 | VP, Research and Design
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  miker at esilibrary.com
 | web:  http://www.esilibrary.com


More information about the Open-ils-dev mailing list