]> git.evergreen-ils.org Git - Evergreen.git/commit
Silence uninit var warnings from query normalizer
authorDan Scott <dscott@laurentian.ca>
Fri, 21 Jun 2013 03:11:20 +0000 (23:11 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 21 Jun 2013 13:33:46 +0000 (09:33 -0400)
commit84d6910d27d7f91ed82dce193501a4c36f37d79c
treefc7eaebb6c64dc07930ea93872ee50cb6e4e88d6
parent174c7db5bb5be07b19d564412fc5651405ba5b1c
Silence uninit var warnings from query normalizer

$field_info can return undef from the search for a matching ID from the
list of normalizers, which in turn generates several uninit var warnings
when attempts are made to access members of the undef variable. We saw
6700 occurrences of these warnings during a typical day of operations.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm