summaryrefslogtreecommitdiff
path: root/util/sql/func.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-01-05 13:30:35 +0100
committerYorhel <git@yorhel.nl>2013-01-05 13:30:35 +0100
commitba2c13150debd75c1cbf1a20950eb44ad6a30f86 (patch)
treed068b931b2c42f6dec54130cd6622c84445a87b5 /util/sql/func.sql
parent68e04dade4a8bddffb13c09114f9c34867d2077b (diff)
Don't use Multi for processing screenshots
TODO: Get rid of the 'processing' flag and all the async loading of screenshot data in the screenshot uploader.
Diffstat (limited to 'util/sql/func.sql')
-rw-r--r--util/sql/func.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/sql/func.sql b/util/sql/func.sql
index 3f52475e..6f51a6b2 100644
--- a/util/sql/func.sql
+++ b/util/sql/func.sql
@@ -603,13 +603,6 @@ $$ LANGUAGE plpgsql;
--- Send a notify when a screenshot needs to be processed
-CREATE OR REPLACE FUNCTION screenshot_process_notify() RETURNS trigger AS $$
- BEGIN NOTIFY screenshot; RETURN NULL; END;
-$$ LANGUAGE plpgsql;
-
-
-
-- Update vn.rgraph column and send notify when a relation graph needs to be regenerated
-- 1. NOTIFY is sent on VN edit or insert or change in vn.rgraph, when rgraph = NULL and entries in vn_relations
-- vn.rgraph is set to NULL when: