mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 23:29:59 +00:00
## Problem We have to test the extensions, shipped with Neon for compatibility before the upgrade. ## Summary of changes Added the test for compatibility with the upgraded extensions.
26 lines
687 B
Diff
26 lines
687 B
Diff
diff --git a/expected/roaringbitmap.out b/expected/roaringbitmap.out
|
|
index de70531..a5f7c15 100644
|
|
--- a/expected/roaringbitmap.out
|
|
+++ b/expected/roaringbitmap.out
|
|
@@ -1,7 +1,6 @@
|
|
--
|
|
-- Test roaringbitmap extension
|
|
--
|
|
-CREATE EXTENSION if not exists roaringbitmap;
|
|
-- Test input and output
|
|
set roaringbitmap.output_format='array';
|
|
set extra_float_digits = 0;
|
|
diff --git a/sql/roaringbitmap.sql b/sql/roaringbitmap.sql
|
|
index a0e9c74..84bc966 100644
|
|
--- a/sql/roaringbitmap.sql
|
|
+++ b/sql/roaringbitmap.sql
|
|
@@ -2,8 +2,6 @@
|
|
-- Test roaringbitmap extension
|
|
--
|
|
|
|
-CREATE EXTENSION if not exists roaringbitmap;
|
|
-
|
|
-- Test input and output
|
|
|
|
set roaringbitmap.output_format='array';
|