diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-03 19:08:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-03 19:08:02 +0200 |
commit | 5149af93147c54055d99af688993de3fb4c36ddf (patch) | |
tree | 8652e56bed70976309412e11c35305a352576a9b /src/exchangedb/drop0002.sql | |
parent | 6e1877b142d4819a248b01aebfdd6f337f82a509 (diff) |
preliminary work on supporting sharding/parallel aggregation (undertested, but tests pass again)
Diffstat (limited to 'src/exchangedb/drop0002.sql')
-rw-r--r-- | src/exchangedb/drop0002.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/drop0002.sql b/src/exchangedb/drop0002.sql index 5bffab667..12db64c54 100644 --- a/src/exchangedb/drop0002.sql +++ b/src/exchangedb/drop0002.sql @@ -17,8 +17,6 @@ -- Everything in one big transaction BEGIN; --- exchange-0002 did not create new tables, so nothing to do here. - -- Unregister patch (0002.sql) SELECT _v.unregister_patch('exchange-0002'); |