New spi files

This commit is contained in:
Joseph 2023-03-27 08:57:29 -04:00
parent cb87b6f646
commit 6af9fd66fb
No known key found for this signature in database
GPG Key ID: E709789D3076B5CC
4 changed files with 15 additions and 1 deletions

View File

@ -7,3 +7,9 @@ perf_select_refunds_by_coin-postgres
exchange-0002.sql exchange-0002.sql
procedures.sql procedures.sql
exchange-0003.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

View File

@ -530,6 +530,11 @@ pg_spi_update_y(PG_FUNCTION_ARGS)
PG_RETURN_VOID(); PG_RETURN_VOID();
} }
Datum Datum
pg_spi_prepare_update(PG_FUNCTION_ARGS) pg_spi_prepare_update(PG_FUNCTION_ARGS)
{ {
@ -580,6 +585,9 @@ void _PG_fini(void)
*/ */
Datum Datum
pg_spi_get_dep_ref_fees (PG_FUNCTION_ARGS) { pg_spi_get_dep_ref_fees (PG_FUNCTION_ARGS) {
/* Define plan to save */ /* Define plan to save */

Binary file not shown.

View File

@ -137,7 +137,7 @@ CREATE OR REPLACE FUNCTION pg_spi_get_dep_ref_fees(
,IN wtid BYTEA ,IN wtid BYTEA
) )
RETURNS VOID RETURNS VOID
LANGUAGE c COST 100 LANGUAGE c VOLATILE COST 100
AS '$libdir/own_test', 'pg_spi_get_dep_ref_fees'; AS '$libdir/own_test', 'pg_spi_get_dep_ref_fees';
CREATE OR REPLACE FUNCTION update_pg_spi_get_dep_ref_fees( CREATE OR REPLACE FUNCTION update_pg_spi_get_dep_ref_fees(