Skip to content

Commit

Permalink
Sync sql/updates/2.18.0--2.17.2.sql with release branch
Browse files Browse the repository at this point in the history
The downgrade script for 2.17.2 that was merged into main branch
was different from the one in 2.18.0 due to merge error. This
patch syncs the downgrade script with the version used in 2.18.0
release.
  • Loading branch information
svenklemm committed Feb 3, 2025
1 parent caa6568 commit 0510b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/updates/2.18.0--2.17.2.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Hypercore AM
DROP ACCESS METHOD IF EXISTS hypercore_proxy;
DROP FUNCTION IF EXISTS @extschema@.ts_hypercore_proxy_handler;
DROP FUNCTION IF EXISTS ts_hypercore_proxy_handler;
DROP ACCESS METHOD IF EXISTS hypercore;
DROP FUNCTION IF EXISTS @extschema@.ts_hypercore_handler;
DROP FUNCTION IF EXISTS ts_hypercore_handler;
DROP FUNCTION IF EXISTS _timescaledb_debug.is_compressed_tid;

DROP FUNCTION IF EXISTS @[email protected]_chunk(uncompressed_chunk REGCLASS, if_not_compressed BOOLEAN, recompress BOOLEAN, hypercore_use_access_method BOOL);
Expand Down

0 comments on commit 0510b5d

Please sign in to comment.