exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9c9d64d263d38db14a7d34afc3798f57599ebfda
parent 06319e6995bf8606306d03a4c05051cf90b143dd
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 18 Dec 2023 21:10:39 +0800

disable auto_explain

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -222,7 +222,7 @@ * slow down things a _lot_, but also provide extensive logging * in the Postgres database logger for performance analysis. */ -#define AUTO_EXPLAIN 1 +#define AUTO_EXPLAIN 0 /**