gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: comment


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: comment
Date: Thu, 08 Jun 2017 18:32:15 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6cd589f  comment
6cd589f is described below

commit 6cd589f89eb375a712311e20931757c2e1529a92
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 8 18:32:05 2017 +0200

    comment
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 526ba6e..a86bf54 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -197,7 +197,7 @@ postgres_initialize (void *cls)
                             " FROM merchant_deposits"
                             "   LEFT OUTER JOIN merchant_refunds USING 
(coin_pub)"
                             " WHERE merchant_deposits.coin_pub=$1"
-                            /*FIXME, GROUP BY better than ORDER BY*/
+                            /*FIXME, GROUP BY better than ORDER BY?*/
                             " ORDER BY merchant_deposits.coin_pub",
                             1),
     GNUNET_PQ_make_prepare ("insert_transaction",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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