stay with partitions for now - find shards on dev/boss/sharding

This commit is contained in:
Marco Boss 2022-03-01 15:54:47 +01:00
parent 0eed0c0de2
commit b4f7fef224
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF
4 changed files with 1978 additions and 3005 deletions

View File

@ -19,7 +19,6 @@ sql_DATA = \
benchmark-0001.sql \ benchmark-0001.sql \
exchange-0000.sql \ exchange-0000.sql \
exchange-0001.sql \ exchange-0001.sql \
exchange-0002.sql \
drop0001.sql drop0001.sql
EXTRA_DIST = \ EXTRA_DIST = \

View File

@ -55,6 +55,7 @@ DROP TABLE IF EXISTS reserves CASCADE;
DROP TABLE IF EXISTS denomination_revocations CASCADE; DROP TABLE IF EXISTS denomination_revocations CASCADE;
DROP TABLE IF EXISTS denominations CASCADE; DROP TABLE IF EXISTS denominations CASCADE;
DROP FUNCTION IF EXISTS exchange_do_withdraw(bigint,int,bytea,bytea,bytea,bytea,bytea,bigint,bigint) ; DROP FUNCTION IF EXISTS exchange_do_withdraw(bigint,int,bytea,bytea,bytea,bytea,bytea,bigint,bigint) ;
DROP FUNCTION IF EXISTS exchange_do_withdraw_limit_check(bytea,bigint,bigint,int) ; DROP FUNCTION IF EXISTS exchange_do_withdraw_limit_check(bytea,bigint,bigint,int) ;
@ -73,6 +74,4 @@ DROP FUNCTION IF EXISTS exchange_do_recoup_to_reserve;
-- And we're out of here... -- And we're out of here...
SELECT _v.unregister_patch('exchange-0002');
COMMIT; COMMIT;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff