]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP881774: Missing schema on function in 2.0-2.1 upgrade user/dbs/lp894052-version-upgrade
authorDan Scott <dscott@laurentian.ca>
Fri, 2 Dec 2011 04:06:50 +0000 (23:06 -0500)
committerDan Scott <dscott@laurentian.ca>
Fri, 2 Dec 2011 04:15:49 +0000 (23:15 -0500)
commit27d6d7a7c05ca944de70f1f033c9333c3ed5128e
treeff23c4129cd6226029bfbc49fbeeeed9dc5075a8
parent9586792f99e8e529624f994550084faeef0cda77
LP881774: Missing schema on function in 2.0-2.1 upgrade

Although the search path is altered to include the evergreen schema at
the start of the upgrade, one of the functions in the evergreen schema
does not resolve when invoked without the explicit schema later in the
upgrade script. We address that superficial (but failure provoking / time
wasting) problem by qualifying the function with the evergreen schema in
this commit, but we should also find out why the altered search path
does not seem to be functioning in the upgrade script.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/version-upgrade/2.0-2.1-upgrade-db.sql