merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

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

comment out weird code by Oec

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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);