gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 02/03: comment out weird code by Oec


From: gnunet
Subject: [taler-merchant] 02/03: comment out weird code by Oec
Date: Mon, 22 Jan 2024 22:15:04 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit c7bddf16c49b98e44d410f1b4c9ab5465c4ac948
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 22 22:08:44 2024 +0100

    comment out weird code by Oec
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index e9cc7efd..96b7ac5f 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -214,11 +214,13 @@ postgres_create_tables (void *cls)
                                      NULL);
   if (NULL == conn)
     return GNUNET_SYSERR;
+#if WTF_OEC
   if (0 >
       GNUNET_PQ_eval_prepared_non_select (conn,
                                           "create_tables",
                                           params))
     ret = GNUNET_SYSERR;
+#endif
   ret = GNUNET_PQ_exec_sql (conn,
                             "procedures");
   GNUNET_PQ_disconnect (conn);

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