From c7bddf16c49b98e44d410f1b4c9ab5465c4ac948 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 22 Jan 2024 22:08:44 +0100 Subject: comment out weird code by Oec --- src/backenddb/plugin_merchantdb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backenddb') 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); -- cgit v1.2.3