Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions yezzey--1.8.8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ $$
yezzey.offload_metadata op
WHERE NOT EXISTS (SELECT 1 FROM pg_class WHERE oid = op.reloid);

SELECT false;
$$ LANGUAGE SQL
EXECUTE ON ALL SEGMENTS;
CREATE FUNCTION yezzey.yezzey_binary_upgrade_1_8_2_to_1_8_3_m()
Expand Down
Loading