summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:16:03 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 20:16:21 +0200
commit5e2b19c64e2e8a3b84d82f1cf5c3c088e01b5c0c (patch)
treef221655cb82a870dc0ac467ce3ae5a187360c180 /src/backenddb/plugin_merchantdb_postgres.c
parent68bc1dd88a4de48736c289e0ed5871f4cb72a908 (diff)
downloadmerchant-5e2b19c64e2e8a3b84d82f1cf5c3c088e01b5c0c.tar.gz
merchant-5e2b19c64e2e8a3b84d82f1cf5c3c088e01b5c0c.tar.bz2
merchant-5e2b19c64e2e8a3b84d82f1cf5c3c088e01b5c0c.zip
fix #7936
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 51298334..3682e5c1 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -91,6 +91,7 @@
#include "pg_insert_deposit.h"
#include "pg_lookup_refunds.h"
#include "pg_mark_contract_paid.h"
+#include "pg_select_account_by_uri.h"
#include "pg_refund_coin.h"
#include "pg_lookup_order_status.h"
#include "pg_lookup_order_status_by_serial.h"
@@ -3693,6 +3694,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
= &TMH_PG_delete_login_token;
plugin->select_login_token
= &TMH_PG_select_login_token;
+ plugin->select_account_by_uri
+ = &TMH_PG_select_account_by_uri;
plugin->lookup_instance_auth
= &TMH_PG_lookup_instance_auth;
plugin->insert_instance