summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2022-11-18 11:18:45 -0500
committerJoseph <Joseph.xu@efrei.net>2022-11-21 10:40:10 -0500
commitb9ccfbd66b192e11766f4129bae65c16fddffc5a (patch)
tree18d89b938c43295b6b25d0fef20c3091ce43aab3 /src/exchangedb/plugin_exchangedb_postgres.c
parentf60e38077c7e2ddd2ac6ae3e35c4b27f3225512a (diff)
downloadexchange-b9ccfbd66b192e11766f4129bae65c16fddffc5a.tar.gz
exchange-b9ccfbd66b192e11766f4129bae65c16fddffc5a.tar.bz2
exchange-b9ccfbd66b192e11766f4129bae65c16fddffc5a.zip
some modifications, there is one error which display (no function matches the given name and argument types)
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 114217004..5b59d4b05 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -5446,8 +5446,10 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &TEH_PG_select_purse_by_merge_pub;
plugin->set_purse_balance
= &TEH_PG_set_purse_balance;
+
plugin->batch_reserves_in_insert
= &TEH_PG_batch_reserves_in_insert;
+
return plugin;
}