Skip to content

Commit 3ee62f3

Browse files
committed
reference REL_15_13 rowsecurity plan_expand_hypertable
1 parent f4247a8 commit 3ee62f3

2 files changed

Lines changed: 93 additions & 197 deletions

File tree

test/expected/plan_expand_hypertable-15.out

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3236,35 +3236,21 @@ EXPLAIN (buffers off, costs off) SELECT * FROM f_t1_2(10);
32363236
Subquery Scan on f_t1_2
32373237
-> Unique
32383238
-> Sort
3239-
Sort Key: j.a
3240-
-> Nested Loop
3241-
-> Seq Scan on t1 j
3242-
-> Unique
3243-
-> Index Scan using t1_b_idx on t1
3244-
Index Cond: (b = 10)
3245-
Filter: (a = j.a)
3239+
Sort Key: a
3240+
-> Result
3241+
One-Time Filter: false
32463242

32473243
EXPLAIN (buffers off, costs off) SELECT * FROM f_t1_2(10) sc, f_t2(sc.a, 10);
32483244
--- QUERY PLAN ---
32493245
Nested Loop
32503246
-> Unique
32513247
-> Sort
32523248
Sort Key: j.a
3253-
-> Nested Loop
3254-
-> Seq Scan on t1 j
3255-
-> Unique
3256-
-> Index Scan using t1_b_idx on t1
3257-
Index Cond: (b = 10)
3258-
Filter: (a = j.a)
3249+
-> Result
3250+
One-Time Filter: false
32593251
-> Unique
3260-
-> Nested Loop
3261-
-> Unique
3262-
-> Index Scan using t1_b_idx on t1 t1_1
3263-
Index Cond: (b = 10)
3264-
Filter: (a = t1.a)
3265-
-> Index Scan using t2_b_idx on t2 j_1
3266-
Index Cond: (b = 10)
3267-
Filter: (a = t1.a)
3252+
-> Result
3253+
One-Time Filter: false
32683254

32693255
CREATE TABLE metrics_int1(time int, device text, value float) WITH (tsdb.hypertable,tsdb.partition_column='time',tsdb.chunk_interval=1);
32703256
INSERT INTO metrics_int1 SELECT i, i::text, i FROM generate_series(3,7) i;

0 commit comments

Comments
 (0)