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;