Skip to content

Commit

Permalink
Switch back
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Oct 7, 2024
1 parent fb19814 commit e60d496
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions test/sql/basic_usage.sql
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
\set SHOW_CONTEXT always
\set VERBOSITY verbose
\set SHOW_CONTEXT never

-- why aren't tests building

CREATE EXTENSION columnar;
CREATE EXTENSION pg_cron;
CREATE EXTENSION pg_ivm;
CREATE EXTENSION pg_partman;

CREATE EXTENSION timeseries;
CREATE EXTENSION timeseries CASCADE;
\errverbose

CREATE TABLE simple ();
SELECT enable_ts_table('simple');
Expand Down

0 comments on commit e60d496

Please sign in to comment.