summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-22 22:08:44 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-22 22:08:44 +0100
commitc7bddf16c49b98e44d410f1b4c9ab5465c4ac948 (patch)
treee77cf9245eb46780fb5e92d3cd9566cfcb0be5bd /src/backenddb/plugin_merchantdb_postgres.c
parentbe699a7703efee2ce651e2c6c43cf15852d4d16e (diff)
downloadmerchant-c7bddf16c49b98e44d410f1b4c9ab5465c4ac948.tar.gz
merchant-c7bddf16c49b98e44d410f1b4c9ab5465c4ac948.tar.bz2
merchant-c7bddf16c49b98e44d410f1b4c9ab5465c4ac948.zip
comment out weird code by Oec
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 2 insertions, 0 deletions
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);