[open-ils-commits] [GIT] Evergreen ILS branch master updated. b22d801e97565fc64205bf67e5a55d44090e1408

Evergreen Git git at git.evergreen-ils.org
Mon Jun 27 19:06:35 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, master has been updated
       via  b22d801e97565fc64205bf67e5a55d44090e1408 (commit)
      from  f762b75ac430ed70365ebc0385d2c9d0da04ab26 (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 b22d801e97565fc64205bf67e5a55d44090e1408
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>

diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql
index 615de57..66532cb 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.schema.cache_visibility_speed_boost.sql b/Open-ILS/src/sql/Pg/upgrade/0568.schema.cache_visibility_speed_boost.sql
index 6e10db0..3e9c56e 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0568.schema.cache_visibility_speed_boost.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0568.schema.cache_visibility_speed_boost.sql
@@ -71,7 +71,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 +-
 .../0568.schema.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