gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add bug note to FIXME


From: gnunet
Subject: [taler-exchange] branch master updated: add bug note to FIXME
Date: Thu, 16 Jan 2020 22:31:48 +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 0a415262 add bug note to FIXME
0a415262 is described below

commit 0a415262daa93c96a9305df11a6573b49976a8cc
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 22:31:46 2020 +0100

    add bug note to FIXME
---
 src/auditordb/plugin_auditordb_postgres.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/auditordb/plugin_auditordb_postgres.c 
b/src/auditordb/plugin_auditordb_postgres.c
index 05a4dbe2..fb2d7731 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -1147,10 +1147,11 @@ postgres_gc (void *cls)
   struct GNUNET_PQ_Context *conn;
   enum GNUNET_DB_QueryStatus qs;
   struct GNUNET_PQ_PreparedStatement ps[] = {
-    /* FIXME: this is obviously not going to be this easy... */
+#if 0
     GNUNET_PQ_make_prepare ("gc_auditor",
-                            "FIXME",
+                            "FIXME #4960",
                             0),
+#endif
     GNUNET_PQ_PREPARED_STATEMENT_END
   };
 
@@ -1160,6 +1161,8 @@ postgres_gc (void *cls)
                             ps);
   if (NULL == conn)
     return GNUNET_SYSERR;
+  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+              "FIXME: Auditor GC not implemented (#4960)\n");
   qs = GNUNET_PQ_eval_prepared_non_select (conn,
                                            "gc_auditor",
                                            params_time);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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