summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index eba525bd..59810047 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7078,7 +7078,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
",picked_up_frac"
",justification"
",merchant_tips.expiration"
- ",exchange_url"
+ // ",exchange_url"
",reserve_pub"
" FROM merchant_tips"
" JOIN merchant_tip_reserves USING (reserve_serial)"
@@ -7094,8 +7094,8 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
" pickup_id"
",amount_val"
",amount_frac"
- ",num_planchets"
- ",COUNT(blind_sig)"
+ // ",num_planchets"
+ // ",COUNT(blind_sig)"
" FROM merchant_tip_pickups"
" JOIN merchant_tip_pickup_signatures USING (pickup_serial)"
" WHERE tip_serial = $1",