summaryrefslogtreecommitdiff
path: root/src/mintdb/plugin_mintdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-13 23:51:15 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-13 23:51:15 +0200
commitf90a745abe0223d591567197983ddf60fcf70f59 (patch)
treed4653668a123a4aa5cbb20a55b8f7e2ec0fd9637 /src/mintdb/plugin_mintdb_postgres.c
parent6582e07c476f028eaf27d964efd90e22609ffb2a (diff)
downloadexchange-f90a745abe0223d591567197983ddf60fcf70f59.tar.gz
exchange-f90a745abe0223d591567197983ddf60fcf70f59.tar.bz2
exchange-f90a745abe0223d591567197983ddf60fcf70f59.zip
add -t option to httpd
Diffstat (limited to 'src/mintdb/plugin_mintdb_postgres.c')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 8737809bc..ac0fcb7ea 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -166,6 +166,8 @@ static int
postgres_drop_temporary (void *cls,
struct TALER_MINTDB_Session *session)
{
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ "Dropping temporary tables\n");
SQLEXEC_ (session->conn,
"DROP SCHEMA " TALER_TEMP_SCHEMA_NAME " CASCADE;");
return GNUNET_OK;