blob: 3d33b0fd80ee2569f813d0cdf2fede4253b336aa [file] [log] [blame]
/* src/test/modules/test_planner/test_planner--1.0.sql */
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION test_planner" to load this file. \quit
CREATE FUNCTION test_planner() RETURNS VOID
STRICT
AS 'MODULE_PATHNAME' LANGUAGE C;