Cleanup of missed commit from the original topic branch
authorMike Rylander <mrylander@gmail.com>
Mon, 27 Jun 2011 23:04:43 +0000 (19:04 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 27 Jun 2011 23:04:43 +0000 (19:04 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/0568.schema.cache_visibility_speed_boost.sql

index 615de57..66532cb 100644 (file)
@@ -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;
index 6e10db0..3e9c56e 100644 (file)
@@ -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;