gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix #5716


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix #5716
Date: Thu, 09 May 2019 12:55:24 +0200

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 39263a48 fix #5716
39263a48 is described below

commit 39263a48d3c2b48eb9178f56c549bd4d34a18050
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 9 12:55:09 2019 +0200

    fix #5716
---
 src/exchangedb/plugin_exchangedb_postgres.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 9dc8eb2f..35b9aa57 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1732,12 +1732,12 @@ postgres_get_session (void *cls)
      properly use indices */
   {
     struct GNUNET_PQ_ExecuteStatement es[] = {
-      GNUNET_PQ_make_execute ("LOAD 'auto_explain';"),
-      GNUNET_PQ_make_execute ("SET auto_explain.log_min_duration=50;"),
-      GNUNET_PQ_make_execute ("SET auto_explain.log_timing=TRUE;"),
-      GNUNET_PQ_make_execute ("SET auto_explain.log_analyze=TRUE;"),
-      GNUNET_PQ_make_execute ("SET enable_sort=OFF;"),
-      GNUNET_PQ_make_execute ("SET enable_seqscan=OFF;"),
+      GNUNET_PQ_make_try_execute ("LOAD 'auto_explain';"),
+      GNUNET_PQ_make_try_execute ("SET auto_explain.log_min_duration=50;"),
+      GNUNET_PQ_make_try_execute ("SET auto_explain.log_timing=TRUE;"),
+      GNUNET_PQ_make_try_execute ("SET auto_explain.log_analyze=TRUE;"),
+      GNUNET_PQ_make_try_execute ("SET enable_sort=OFF;"),
+      GNUNET_PQ_make_try_execute ("SET enable_seqscan=OFF;"),
       GNUNET_PQ_EXECUTE_STATEMENT_END
     };
 

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



reply via email to

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