]> 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:39:58 +0000 (09:39 -0400)
commit0c37a958ff32fd394b8a60b33b4d218acf2f83ef
treeeadfa444a263497e555cbe1c376157bf450e0bdc
parenta91817f3f5a8f1f4f8b859a27eb55d283737b664
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