[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. c3c8b74d5169ef31d9801054ddd66f0320e6591b

Evergreen Git git at git.evergreen-ils.org
Mon Mar 31 16:03:51 EDT 2014


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  c3c8b74d5169ef31d9801054ddd66f0320e6591b (commit)
      from  7d8628dfa3432ed005c0a07b3ffddf41833c68d4 (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 c3c8b74d5169ef31d9801054ddd66f0320e6591b
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Mon Mar 31 15:59:25 2014 -0400

    Remove unwanted index recreation
    
    After some discussion, it was noted that this index was formally
    dropped eons ago.  The fact we are re-dropping it in this upgrade
    is just a precaution, so there is no need to try to recreate it.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0875.schema.authority.in-line-headings.sql b/Open-ILS/src/sql/Pg/upgrade/0875.schema.authority.in-line-headings.sql
index 6fd43d0..0034fdd 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0875.schema.authority.in-line-headings.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0875.schema.authority.in-line-headings.sql
@@ -41,12 +41,6 @@ ALTER FUNCTION authority.simple_heading_set(TEXT) STABLE STRICT;
 
 COMMIT;
 
-\qecho .
-\qecho This index might fail, and is outside the transaction for that reason.
-\qecho If it fails, you probably did not have it in the first place.
-\qecho .
-CREATE UNIQUE INDEX unique_by_heading_and_thesaurus ON authority.record_entry (heading) WHERE deleted IS FALSE or deleted = FALSE;
-
 ALTER TABLE authority.record_entry ENABLE TRIGGER a_marcxml_is_well_formed;
 ALTER TABLE authority.record_entry ENABLE TRIGGER aaa_auth_ingest_or_delete;
 ALTER TABLE authority.record_entry ENABLE TRIGGER b_maintain_901;

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

Summary of changes:
 .../0875.schema.authority.in-line-headings.sql     |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list