commit 288286e0fee838aca8d23fd3829d024b3176c6c9
parent 758afecc1bf42cbfa498f10a9a9735e99758b605
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 16 Nov 2023 15:35:43 +0100
-fix typo in SQL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchangedb/pg_trigger_aml_process.c b/src/exchangedb/pg_trigger_aml_process.c
@@ -48,7 +48,7 @@ TEH_PG_trigger_aml_process (
",status)"
"VALUES"
"($1, $2, 1)" // 1: decision needed
- "ON CONFLICT DO"
+ " ON CONFLICT DO"
" UPDATE SET"
" threshold=$2"
" ,status=status | 1;"); // do not clear 'frozen' status