gnunet-svn
[Top][All Lists]
Advanced

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

[exchange] branch master updated: better to drop and create in case of a


From: Admin
Subject: [exchange] branch master updated: better to drop and create in case of argument change, this caused trouble for CB (see mailinglist)
Date: Tue, 03 Jun 2025 01:26:25 +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 46811dac9 better to drop and create in case of argument change, this 
caused trouble for CB (see mailinglist)
46811dac9 is described below

commit 46811dac9fd3c64debe448b7863857e701932782
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 3 01:26:12 2025 +0200

    better to drop and create in case of argument change, this caused trouble 
for CB (see mailinglist)
---
 src/exchangedb/exchange_do_recoup_to_coin.sql | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/exchangedb/exchange_do_recoup_to_coin.sql 
b/src/exchangedb/exchange_do_recoup_to_coin.sql
index 894b246e2..740cb00ab 100644
--- a/src/exchangedb/exchange_do_recoup_to_coin.sql
+++ b/src/exchangedb/exchange_do_recoup_to_coin.sql
@@ -14,10 +14,8 @@
 -- TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 --
 
-
-
-
-CREATE OR REPLACE FUNCTION exchange_do_recoup_to_coin(
+DROP FUNCTION exchange_do_recoup_to_coin;
+CREATE FUNCTION exchange_do_recoup_to_coin(
   IN in_old_coin_pub BYTEA,
   IN in_refresh_id INT8,
   IN in_coin_blind BYTEA,

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