gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix ftbfs


From: gnunet
Subject: [taler-exchange] branch master updated: -fix ftbfs
Date: Sat, 22 Oct 2022 13:38:06 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1435e562 -fix ftbfs
1435e562 is described below

commit 1435e5627e39bf2067cad0cdc1d8220a9a01863a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 13:38:04 2022 +0200

    -fix ftbfs
---
 src/pq/test_pq.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index 52e92b56..a944cb1e 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -41,8 +41,7 @@ postgres_prepare (struct GNUNET_PQ_Context *db)
                             ",namount_frac"
                             ",json"
                             ") VALUES "
-                            "($1, $2, $3, $4, $5);",
-                            5),
+                            "($1, $2, $3, $4, $5);"),
     GNUNET_PQ_make_prepare ("test_select",
                             "SELECT"
                             " hamount_val"
@@ -50,8 +49,7 @@ postgres_prepare (struct GNUNET_PQ_Context *db)
                             ",namount_val"
                             ",namount_frac"
                             ",json"
-                            " FROM test_pq;",
-                            0),
+                            " FROM test_pq;"),
     GNUNET_PQ_PREPARED_STATEMENT_END
   };
 

-- 
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]