gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 154/277: return creation_time instead of leaving it uni


From: gnunet
Subject: [taler-merchant] 154/277: return creation_time instead of leaving it uninitizlied, mark problematic missing lines
Date: Sun, 05 Jul 2020 20:51:07 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 3e75373f6b4998a0c97ee6f735c01f21c0f2576f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 30 12:14:17 2020 +0200

    return creation_time instead of leaving it uninitizlied, mark problematic 
missing lines
---
 src/backenddb/plugin_merchantdb_postgres.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index c58a947..756071a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -3886,8 +3886,8 @@ lookup_reserves_cb (void *cls,
     struct GNUNET_PQ_ResultSpec rs[] = {
       GNUNET_PQ_result_spec_auto_from_type ("reserve_pub",
                                             &reserve_pub),
-      /*GNUNET_PQ_result_spec_absolute_time ("creation_time",
-                                           &creation_time),*/
+      GNUNET_PQ_result_spec_absolute_time ("creation_time",
+                                           &creation_time),
       GNUNET_PQ_result_spec_absolute_time ("expiration",
                                            &expiration_time),
       TALER_PQ_RESULT_SPEC_AMOUNT ("merchant_initial_balance",
@@ -3899,7 +3899,7 @@ lookup_reserves_cb (void *cls,
       TALER_PQ_RESULT_SPEC_AMOUNT ("tips_picked_up",
                                    &pickup_amount),
       /*GNUNET_PQ_result_spec_auto_from_type ("active",
-                                            &active),*/
+                                            &active), FIXME: 'active'*/
       GNUNET_PQ_result_spec_end
     };
 
@@ -4094,7 +4094,7 @@ postgres_lookup_reserve (void *cls,
     TALER_PQ_RESULT_SPEC_AMOUNT ("tips_committed",
                                  &committed_amount),
     /*GNUNET_PQ_result_spec_auto_from_type ("active",
-                                          &active),*/
+                                          &active), FIXME: active! */
     GNUNET_PQ_result_spec_end
   };
   enum GNUNET_DB_QueryStatus qs;
@@ -7432,6 +7432,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
     GNUNET_PQ_make_prepare ("lookup_reserves",
                             "SELECT"
                             " reserve_pub"
+                            ",creation_time"
                             ",expiration"
                             ",merchant_initial_balance_val"
                             ",merchant_initial_balance_frac"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]