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.
24 lines
486 B
Diff
24 lines
486 B
Diff
diff --git a/expected/ip4r.out b/expected/ip4r.out
|
|
index 7527af3..b38ed29 100644
|
|
--- a/expected/ip4r.out
|
|
+++ b/expected/ip4r.out
|
|
@@ -1,6 +1,5 @@
|
|
--
|
|
/*CUT-HERE*/
|
|
-CREATE EXTENSION ip4r;
|
|
-- Check whether any of our opclasses fail amvalidate
|
|
DO $d$
|
|
DECLARE
|
|
diff --git a/sql/ip4r.sql b/sql/ip4r.sql
|
|
index 65c49ec..24ade09 100644
|
|
--- a/sql/ip4r.sql
|
|
+++ b/sql/ip4r.sql
|
|
@@ -1,7 +1,6 @@
|
|
--
|
|
|
|
/*CUT-HERE*/
|
|
-CREATE EXTENSION ip4r;
|
|
|
|
-- Check whether any of our opclasses fail amvalidate
|
|
|