New spi files
This commit is contained in:
parent
cb87b6f646
commit
6af9fd66fb
6
src/exchangedb/.gitignore
vendored
6
src/exchangedb/.gitignore
vendored
@ -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
|
@ -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.
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user