gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 07/07: New spi files


From: gnunet
Subject: [taler-exchange] 07/07: New spi files
Date: Mon, 27 Mar 2023 15:55:13 +0200

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

joseph-xu pushed a commit to branch master
in repository exchange.

commit 6af9fd66fbfe30dba89bc530a0a272db2d23a17e
Author: Joseph <Joseph.xu@efrei.net>
AuthorDate: Mon Mar 27 08:57:29 2023 -0400

    New spi files
---
 src/exchangedb/.gitignore       |   6 ++++++
 src/exchangedb/spi/own_test.c   |   8 ++++++++
 src/exchangedb/spi/own_test.so  | Bin 76824 -> 76824 bytes
 src/exchangedb/spi/own_test.sql |   2 +-
 4 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/.gitignore b/src/exchangedb/.gitignore
index 264217a3..fa833d81 100644
--- a/src/exchangedb/.gitignore
+++ b/src/exchangedb/.gitignore
@@ -7,3 +7,9 @@ perf_select_refunds_by_coin-postgres
 exchange-0002.sql
 procedures.sql
 exchange-0003.sql
+perf-exchangedb-reserves-in-insert-postgres
+test-exchangedb-batch-reserves-in-insert-postgres
+test-exchangedb-by-j-postgres
+test-exchangedb-populate-link-data-postgres
+test-exchangedb-populate-ready-deposit-postgres
+test-exchangedb-populate-select-refunds-by-coin-postgres
\ No newline at end of file
diff --git a/src/exchangedb/spi/own_test.c b/src/exchangedb/spi/own_test.c
index 04798bfa..10af02e3 100644
--- a/src/exchangedb/spi/own_test.c
+++ b/src/exchangedb/spi/own_test.c
@@ -530,6 +530,11 @@ pg_spi_update_y(PG_FUNCTION_ARGS)
   PG_RETURN_VOID();
 }
 
+
+
+
+
+
 Datum
 pg_spi_prepare_update(PG_FUNCTION_ARGS)
 {
@@ -580,6 +585,9 @@ void _PG_fini(void)
 
 */
 
+
+
+
 Datum
 pg_spi_get_dep_ref_fees (PG_FUNCTION_ARGS) {
   /* Define plan to save */
diff --git a/src/exchangedb/spi/own_test.so b/src/exchangedb/spi/own_test.so
index fda70c9d..09ae9959 100755
Binary files a/src/exchangedb/spi/own_test.so and 
b/src/exchangedb/spi/own_test.so differ
diff --git a/src/exchangedb/spi/own_test.sql b/src/exchangedb/spi/own_test.sql
index 369c56a6..9fe42c0a 100644
--- a/src/exchangedb/spi/own_test.sql
+++ b/src/exchangedb/spi/own_test.sql
@@ -137,7 +137,7 @@ CREATE OR REPLACE FUNCTION pg_spi_get_dep_ref_fees(
  ,IN wtid BYTEA
 )
   RETURNS VOID
-  LANGUAGE c COST 100
+  LANGUAGE c VOLATILE COST 100
 AS '$libdir/own_test', 'pg_spi_get_dep_ref_fees';
 
 CREATE OR REPLACE FUNCTION update_pg_spi_get_dep_ref_fees(

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