gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add DHT FIXME


From: gnunet
Subject: [gnunet] branch master updated: -add DHT FIXME
Date: Tue, 22 Feb 2022 19:52:41 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 020df0bf2 -add DHT FIXME
020df0bf2 is described below

commit 020df0bf2999e990806b72356c9a477b31b0142c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 22 19:52:36 2022 +0100

    -add DHT FIXME
---
 src/datacache/plugin_datacache_postgres.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/datacache/plugin_datacache_postgres.c 
b/src/datacache/plugin_datacache_postgres.c
index 61b699c8d..4e48d89df 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -108,6 +108,7 @@ init_connection (struct Plugin *plugin)
                             "SELECT length(value) AS len,oid,key FROM gn011dc"
                             " ORDER BY prox ASC, discard_time ASC LIMIT 1",
                             0),
+    /* FIXME: do key >= ASC +  UNION key <=  DESC! */
     GNUNET_PQ_make_prepare ("get_closest",
                             "SELECT discard_time,type,value,path,key FROM 
gn011dc"
                             " WHERE key >= $1"

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