[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. ed655c3587427d9b2c27485688e798b6a692dc2e

Evergreen Git git at git.evergreen-ils.org
Mon Jun 27 19:07:27 EDT 2011


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 "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  ed655c3587427d9b2c27485688e798b6a692dc2e (commit)
      from  688c8ee6e76cb142fd26b16808a22c6ec85c3f2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed655c3587427d9b2c27485688e798b6a692dc2e
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon Jun 27 19:04:43 2011 -0400

    Cleanup of missed commit from the original topic branch
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    (cherry picked from commit b22d801e97565fc64205bf67e5a55d44090e1408)

diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql
index a19d868..02f2cd4 100644
--- a/Open-ILS/src/sql/Pg/999.functions.global.sql
+++ b/Open-ILS/src/sql/Pg/999.functions.global.sql
@@ -1212,7 +1212,7 @@ BEGIN
 
         IF TG_TABLE_NAME IN ('copy', 'unit') THEN
             add_base_query := add_base_query || ' AND cp.id = ' || NEW.id;
-            EXECUTE add_front || add_basequery || add_back;
+            EXECUTE add_front || add_base_query || add_back;
         END IF;
 
         RETURN NEW;
diff --git a/Open-ILS/src/sql/Pg/upgrade/0568.cache_visibility_speed_boost.sql b/Open-ILS/src/sql/Pg/upgrade/0568.cache_visibility_speed_boost.sql
index 5e75c63..37128b0 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0568.cache_visibility_speed_boost.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0568.cache_visibility_speed_boost.sql
@@ -67,7 +67,7 @@ BEGIN
 
         IF TG_TABLE_NAME IN ('copy', 'unit') THEN
             add_base_query := add_base_query || ' AND cp.id = ' || NEW.id;
-            EXECUTE add_front || add_basequery || add_back;
+            EXECUTE add_front || add_base_query || add_back;
         END IF;
 
         RETURN NEW;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/999.functions.global.sql       |    2 +-
 .../upgrade/0568.cache_visibility_speed_boost.sql  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list