gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -remove already addressed FIXMEs


From: gnunet
Subject: [taler-merchant] branch master updated: -remove already addressed FIXMEs
Date: Fri, 08 Jul 2022 15:16:39 +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 3eceed59 -remove already addressed FIXMEs
3eceed59 is described below

commit 3eceed59fa8b23a751ead06bff0398541f2d6387
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jul 8 15:16:37 2022 +0200

    -remove already addressed FIXMEs
---
 src/backenddb/plugin_merchantdb_postgres.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 57ad85e6..29f51692 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -4149,7 +4149,6 @@ RETRY:
                                              params);
     if (0 > qs)
     {
-      /* FIXME: distinguish hard error */
       GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
       postgres_rollback (pg);
       if (GNUNET_DB_STATUS_SOFT_ERROR == qs)
@@ -4192,7 +4191,6 @@ RETRY:
                                              params);
     if (0 > qs)
     {
-      /* FIXME: distinguish hard error */
       GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
       postgres_rollback (pg);
       if (GNUNET_DB_STATUS_SOFT_ERROR == qs)
@@ -4228,7 +4226,6 @@ RETRY:
                                              params);
     if (0 > qs)
     {
-      /* FIXME: distinguish hard error */
       GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
       postgres_rollback (pg);
       if (GNUNET_DB_STATUS_SOFT_ERROR == qs)

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