commit de41998d55b6b419fded6ec443182d6de9bf3719
parent 9c51720cbfb86c89bc1f1872432c4f6a66fba5bd
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 21 Jun 2021 00:18:32 +0200
-useless
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -424,8 +424,7 @@ postgres_get_session (void *cls)
",gc_date"
" FROM reserves"
" WHERE reserve_pub=$1"
- " LIMIT 1"
- ";", // FOR UPDATE;", // FIXME: helpful?
+ " LIMIT 1;",
1),
/* Used in #postgres_reserves_in_insert() when the reserve is new */
GNUNET_PQ_make_prepare ("reserve_create",