From de41998d55b6b419fded6ec443182d6de9bf3719 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Jun 2021 00:18:32 +0200 Subject: -useless --- src/exchangedb/plugin_exchangedb_postgres.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 1ab5ff3e5..6536bdc35 100644 --- 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", -- cgit v1.2.3