aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exchangedb/pg_trigger_aml_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_trigger_aml_process.c b/src/exchangedb/pg_trigger_aml_process.c
index 0450eb713..a4873ae67 100644
--- 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