summaryrefslogtreecommitdiff
path: root/src/mintdb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-07 14:36:49 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-07 14:36:49 +0200
commitf7780b52f11c953966fab654bb5aa72634a2ff3b (patch)
treefd02855c07cd2f0cbe12f7a75aef12405d2e241d /src/mintdb
parent292b6cf265ab2699c53796de1a2b89348202e184 (diff)
downloadexchange-f7780b52f11c953966fab654bb5aa72634a2ff3b.tar.gz
exchange-f7780b52f11c953966fab654bb5aa72634a2ff3b.tar.bz2
exchange-f7780b52f11c953966fab654bb5aa72634a2ff3b.zip
pq test skeleton, not finished
Diffstat (limited to 'src/mintdb')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 2f61211a5..7b89673e2 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -162,6 +162,7 @@ postgres_create_tables (void *cls,
TALER_LOG_ERROR ("Database connection failed: %s\n",
PQerrorMessage (conn));
GNUNET_break (0);
+ PQfinish (conn);
return GNUNET_SYSERR;
}
if ( (GNUNET_YES == temporary) &&