mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-20 04:35:00 +08:00
Fix dist_hypertable test
A previous change accidentally broke the dist_hypertable test so that it prematurely exited. This change restores the test so that it executes properly.
This commit is contained in:
parent
b81033b835
commit
206056ca12
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -130,6 +130,10 @@ SET ROLE :ROLE_1;
|
||||
-- partitions with repartition=>false
|
||||
SELECT * FROM hypertable_partitions WHERE table_name = 'disttable';
|
||||
|
||||
-- reset to 3 partitions
|
||||
SELECT * FROM set_number_partitions('disttable', 3, 'device');
|
||||
SELECT * FROM hypertable_partitions WHERE table_name = 'disttable';
|
||||
|
||||
CREATE OR REPLACE FUNCTION test_trigger()
|
||||
RETURNS TRIGGER LANGUAGE PLPGSQL AS
|
||||
$BODY$
|
||||
|
Loading…
x
Reference in New Issue
Block a user