dbicdh/PostgreSQL/deploy/2/002-extract_crashing_functions.sql
changeset 76 6a33901e2721
parent 61 3a0ca02556da
--- a/dbicdh/PostgreSQL/deploy/2/002-extract_crashing_functions.sql	Thu Sep 24 01:49:55 2015 +0200
+++ b/dbicdh/PostgreSQL/deploy/2/002-extract_crashing_functions.sql	Sun Sep 27 22:44:26 2015 +0200
@@ -16,7 +16,7 @@
 
 -- Used for searching function in the crashing thread backtrace
 -- Search will be really slow if this index is not present
-CREATE INDEX crash_datas_idx_extract_crashing_functions ON crash_datas USING gin (
-    extract_crashing_functions(processed) gin_trgm_ops
+CREATE INDEX crash_report_datas_idx_extract_crashing_functions ON crash_report_datas USING gist (
+    extract_crashing_functions(processed) gist_trgm_ops
 );