commit 32a2db29269eabd48c855c1757d0a8378c7a87f5
parent 10ad23d05a18e069cbf47701760a7628a0db563c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 8 May 2025 19:39:28 +0200
fix #9912
Diffstat:
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/src/exchangedb/auditor-triggers-0001.sql b/src/exchangedb/auditor-triggers-0001.sql
@@ -17,7 +17,7 @@
-- Everything in one big transaction
BEGIN;
---SELECT _v.register_patch('auditor-triggers-0001');
+SELECT _v.register_patch('auditor-triggers-0001');
/*
CREATE OR REPLACE FUNCTION auditor_new_deposits_trigger()
@@ -146,9 +146,10 @@ CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation5
EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
-CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation6
- AFTER INSERT ON exchange.refresh_revealed_coins
-EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
+-- FIXME: #9900
+--CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation6
+-- AFTER INSERT ON exchange.refresh_revealed_coins
+--EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation7
@@ -190,10 +191,10 @@ CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation14
AFTER INSERT ON exchange.refunds
EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
-
-CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation15
- AFTER INSERT ON exchange.refresh_commitments
-EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
+-- FIXME: #9900
+--CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation15
+-- AFTER INSERT ON exchange.refresh_commitments
+--EXECUTE FUNCTION auditor_wake_aggregation_helper_trigger();
CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_aggregation16
@@ -246,9 +247,10 @@ CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins6
EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
-CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins7
- AFTER INSERT ON exchange.refresh_revealed_coins
-EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
+-- FIXME: #9900
+--CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins7
+-- AFTER INSERT ON exchange.refresh_revealed_coins
+--EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins8
@@ -286,9 +288,10 @@ CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins14
EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
-CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins15
- AFTER INSERT ON exchange.refresh_commitments
-EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
+-- FIXME: #9900
+--CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins15
+-- AFTER INSERT ON exchange.refresh_commitments
+--EXECUTE FUNCTION auditor_wake_coins_helper_trigger();
CREATE OR REPLACE TRIGGER auditor_exchange_notify_helper_coins16