diff options
| author | Joseph <Joseph.xu@efrei.net> | 2023-03-27 08:57:29 -0400 | 
|---|---|---|
| committer | Joseph <Joseph.xu@efrei.net> | 2023-03-27 09:55:00 -0400 | 
| commit | 6af9fd66fbfe30dba89bc530a0a272db2d23a17e (patch) | |
| tree | ad4fe1c182d82fed47040aab654b5f5e123f8945 /src/exchangedb/spi/own_test.sql | |
| parent | cb87b6f646888bf62af31e8b23bb642de9a57344 (diff) | |
New spi files
Diffstat (limited to 'src/exchangedb/spi/own_test.sql')
| -rw-r--r-- | src/exchangedb/spi/own_test.sql | 2 | 
1 files changed, 1 insertions, 1 deletions
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(  | 
