We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a7cef commit bc49e39Copy full SHA for bc49e39
.github/workflows/diagnostic.yaml
@@ -43,6 +43,7 @@ jobs:
43
psql -v ON_ERROR_STOP=1 -c "$(cat <<SQL
44
SELECT version();
45
SELECT extname, extversion from pg_extension;
46
+ SELECT _timescaledb_functions.stop_background_workers();
47
CREATE TABLE t(time timestamptz) WITH (tsdb.hypertable);
48
INSERT INTO t SELECT '2025-01-01';
49
INSERT INTO t SELECT '2025-02-01';
0 commit comments