summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-24 23:06:44 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-24 23:06:44 +0200
commit560051e6b077dc6ff0fed3bfc3a38ea3987205cd (patch)
treec865fc8a5494ffbc7d9cafcb5e111c2493ba57c0 /src/exchangedb/plugin_exchangedb_postgres.c
parentc42d54473632391f2e099c24e78377457b239a5c (diff)
downloadexchange-560051e6b077dc6ff0fed3bfc3a38ea3987205cd.tar.gz
exchange-560051e6b077dc6ff0fed3bfc3a38ea3987205cd.tar.bz2
exchange-560051e6b077dc6ff0fed3bfc3a38ea3987205cd.zip
migrating auditordb to new API to address #5010
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 4e0ba2940..b6241c8f3 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -425,7 +425,6 @@ postgres_create_tables (void *cls)
GNUNET_PQ_make_try_execute("CREATE INDEX prepare_iteration_index "
"ON prewire(type,finished);"),
GNUNET_PQ_EXECUTE_STATEMENT_END
-
};
PGconn *conn;
int ret;
@@ -1421,6 +1420,7 @@ postgres_prepare (PGconn *db_conn)
",timestamp"
",denoms.denom_pub"
",coins.denom_sig"
+
" FROM payback"
" JOIN known_coins coins"
" USING (coin_pub)"