[koha-commits] created tag ontop (e0da51293995ef447b3e1e69b40cc551e0a39119)

Koha Gitosis gitosis at git.koha.org
Wed Oct 21 03:55:54 CEST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Koha GitWeb".

The tag, ontop has been created
        at  e0da51293995ef447b3e1e69b40cc551e0a39119 (commit)

- Log -----------------------------------------------------------------
commit e0da51293995ef447b3e1e69b40cc551e0a39119
Author: Joe Atzberger <joe.atzberger at liblime.com>
Date:   Thu May 14 15:28:40 2009 -0500

    @renew_failed can cause enormous performance-killing array.
    
    The array was populated and values flagged with an accessor, like:
        for (@failedrenews) { $renew_failed[$_] = 1; }
    But this means that an array of possibly hundreds of thousands of elements
    would have to be auto-populated for high itemnumbers.  A hash is the correct
    structure.  We also haven't checked the user input for validity, so we do not know
    for sure that @failedrenews really does contain just itemnumbers.
    
    Signed-off-by: Galen Charlton <galen.charlton at liblime.com>
-----------------------------------------------------------------------


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list