gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -clarify


From: gnunet
Subject: [taler-merchant] branch master updated: -clarify
Date: Thu, 22 Jul 2021 20:03:38 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 4dc84bcf -clarify
4dc84bcf is described below

commit 4dc84bcf2a09db405de2f651b3cb938b9b89541d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 22 20:03:18 2021 +0200

    -clarify
---
 src/backenddb/plugin_merchantdb_postgres.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 138060b0..50870fb5 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2252,6 +2252,7 @@ postgres_mark_contract_paid (void *cls,
                                            uparams);
   if (qs < 0)
     return qs; /* 0: no inventory management, that's OK! */
+  /* ON DELETE CASCADE deletes from merchant_order_locks */
   return GNUNET_PQ_eval_prepared_non_select (pg->conn,
                                              "delete_completed_order",
                                              uparams);

-- 
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]