Sign in
apache
/
cloudberry
/
refs/heads/reshke-patch-1
/
.
/
src
/
test
/
modules
/
test_planner
/
sql
/
test_planner.sql
blob: 758b0eaeba610499c4cb4623458a9407ac22d913 [
file
] [
log
] [
blame
]
-- start_matchsubs
-- # Remove all successful
-- m/INFO: Success.*\.c:\d+/
-- s/\d+/###/
-- end_matchsubs
--start_ignore
CREATE
EXTENSION
IF
NOT
EXISTS
test_planner
;
--end_ignore
SELECT
test_planner
();
DROP
EXTENSION test_planner
;