gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -specify conflict condition


From: gnunet
Subject: [taler-exchange] branch master updated: -specify conflict condition
Date: Thu, 16 Nov 2023 16:55:43 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a0088ece -specify conflict condition
a0088ece is described below

commit a0088eceb7c638a67653faf44f1ae46b78eb02cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 16 16:55:39 2023 +0100

    -specify conflict condition
---
 src/exchangedb/pg_trigger_aml_process.c | 2 +-
 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
index 76eaa37c..7534fe3d 100644
--- a/src/exchangedb/pg_trigger_aml_process.c
+++ b/src/exchangedb/pg_trigger_aml_process.c
@@ -51,7 +51,7 @@ TEH_PG_trigger_aml_process (
            " ON CONFLICT (h_payto) DO"
            " UPDATE SET"
            "   threshold=$2"
-           "  ,status=status | 1;"); // do not clear 'frozen' status
+           "  ,status=aml_status.status | 1;"); // do not clear 'frozen' status
   return GNUNET_PQ_eval_prepared_non_select (pg->conn,
                                              "trigger_aml_process",
                                              params);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]