--- 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
);