timescaledb/tsl/test/sql/include/jit_cleanup.sql
Dmitry Simonenko e2da5606cf Add test for jit compilation support
This test also covers a failure case descibed in the issue #1262.
2020-04-14 23:12:15 +02:00

8 lines
319 B
SQL

-- This file and its contents are licensed under the Timescale License.
-- Please see the included NOTICE for copyright information and
-- LICENSE-TIMESCALE for a copy of the license.
DROP TABLE IF EXISTS jit_test CASCADE;
DROP TABLE IF EXISTS jit_test_interval CASCADE;
DROP TABLE IF EXISTS jit_test_contagg CASCADE;