File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION sqlite_fdw;
44CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
7- CREATE EXTENSION postgis;
7+ CREATE EXTENSION IF NOT EXIST postgis;
88--Testcase 5:
99CREATE EXTENSION postgis_raster;
1010--Testcase 6:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION sqlite_fdw;
44CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
7- CREATE EXTENSION postgis;
7+ CREATE EXTENSION IF NOT EXIST postgis;
88--Testcase 5:
99CREATE EXTENSION postgis_raster;
1010--Testcase 6:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION sqlite_fdw;
44CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
7- CREATE EXTENSION postgis;
7+ CREATE EXTENSION IF NOT EXIST postgis;
88--Testcase 5:
99CREATE EXTENSION postgis_raster;
1010--Testcase 6:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION sqlite_fdw;
44CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
7- CREATE EXTENSION postgis;
7+ CREATE EXTENSION IF NOT EXIST postgis;
88--Testcase 5:
99CREATE EXTENSION postgis_raster;
1010--Testcase 6:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CREATE EXTENSION sqlite_fdw;
44CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database '/tmp/sqlite_fdw_test/common.db');
66--Testcase 4:
7- CREATE EXTENSION postgis;
7+ CREATE EXTENSION IF NOT EXIST postgis;
88--Testcase 5:
99CREATE EXTENSION postgis_raster;
1010--Testcase 6:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database ' /tmp/sqlite_fdw_test/common.db' );
66
77-- Testcase 4:
8- CREATE EXTENSION postgis;
8+ CREATE EXTENSION IF NOT EXIST postgis;
99-- Testcase 5:
1010CREATE EXTENSION postgis_raster;
1111-- Testcase 6:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database ' /tmp/sqlite_fdw_test/common.db' );
66
77-- Testcase 4:
8- CREATE EXTENSION postgis;
8+ CREATE EXTENSION IF NOT EXIST postgis;
99-- Testcase 5:
1010CREATE EXTENSION postgis_raster;
1111-- Testcase 6:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database ' /tmp/sqlite_fdw_test/common.db' );
66
77-- Testcase 4:
8- CREATE EXTENSION postgis;
8+ CREATE EXTENSION IF NOT EXIST postgis;
99-- Testcase 5:
1010CREATE EXTENSION postgis_raster;
1111-- Testcase 6:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database ' /tmp/sqlite_fdw_test/common.db' );
66
77-- Testcase 4:
8- CREATE EXTENSION postgis;
8+ CREATE EXTENSION IF NOT EXIST postgis;
99-- Testcase 5:
1010CREATE EXTENSION postgis_raster;
1111-- Testcase 6:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw
55OPTIONS (database ' /tmp/sqlite_fdw_test/common.db' );
66
77-- Testcase 4:
8- CREATE EXTENSION postgis;
8+ CREATE EXTENSION IF NOT EXIST postgis;
99-- Testcase 5:
1010CREATE EXTENSION postgis_raster;
1111-- Testcase 6:
You can’t perform that action at this time.
0 commit comments