Skip to content

Commit d8fee58

Browse files
committed
Fix 13.15 GIS test result
1 parent a974536 commit d8fee58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

expected/13.15/with_gis_support/type.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CREATE EXTENSION sqlite_fdw;
55
--Testcase 45:
66
CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
77
OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
8-
98
--Testcase 47:
109
CREATE EXTENSION postgis;
1110
IMPORT FOREIGN SCHEMA main FROM SERVER sqlite_svr INTO public;

0 commit comments

Comments
 (0)