2121 -> Seq Scan on range_rel_8
2222 -> Seq Scan on range_rel_9
2323 -> Seq Scan on range_rel_10
24- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
2524step rollback: ROLLBACK;
2625step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
2726QUERY PLAN
@@ -83,8 +82,6 @@ QUERY PLAN
8382
8483Seq Scan on range_rel
8584step savepoint_c: SAVEPOINT c;
86- WARNING: All changes in partitioned table 'range_rel' will be discarded
87- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
8885step rollback: ROLLBACK;
8986step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
9087QUERY PLAN
@@ -129,7 +126,6 @@ drop_partitions
129126
13012710
131128step savepoint_c: SAVEPOINT c;
132- WARNING: All changes in partitioned table 'range_rel' will be discarded
133129step rollback_b: ROLLBACK TO SAVEPOINT b;
134130step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
135131QUERY PLAN
@@ -145,7 +141,6 @@ Append
145141 -> Seq Scan on range_rel_8
146142 -> Seq Scan on range_rel_9
147143 -> Seq Scan on range_rel_10
148- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
149144step rollback: ROLLBACK;
150145step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
151146QUERY PLAN
@@ -166,7 +161,6 @@ drop_partitions
166161
16716210
168163step savepoint_c: SAVEPOINT c;
169- WARNING: All changes in partitioned table 'range_rel' will be discarded
170164step rollback_b: ROLLBACK TO SAVEPOINT b;
171165step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
172166QUERY PLAN
@@ -216,8 +210,6 @@ QUERY PLAN
216210
217211Seq Scan on range_rel
218212step savepoint_c: SAVEPOINT c;
219- WARNING: All changes in partitioned table 'range_rel' will be discarded
220- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
221213step rollback_a: ROLLBACK TO SAVEPOINT a;
222214step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
223215QUERY PLAN
@@ -247,8 +239,6 @@ QUERY PLAN
247239
248240Seq Scan on range_rel
249241step savepoint_c: SAVEPOINT c;
250- WARNING: All changes in partitioned table 'range_rel' will be discarded
251- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
252242step rollback_a: ROLLBACK TO SAVEPOINT a;
253243step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
254244QUERY PLAN
@@ -278,7 +268,6 @@ QUERY PLAN
278268
279269Seq Scan on range_rel
280270step savepoint_c: SAVEPOINT c;
281- WARNING: All changes in partitioned table 'range_rel' will be discarded
282271step rollback_b: ROLLBACK TO SAVEPOINT b;
283272step drop_partitions: SELECT drop_partitions('range_rel');
284273drop_partitions
@@ -288,8 +277,6 @@ step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
288277QUERY PLAN
289278
290279Seq Scan on range_rel
291- WARNING: All changes in partitioned table 'range_rel' will be discarded
292- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
293280step rollback: ROLLBACK;
294281step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
295282QUERY PLAN
@@ -314,7 +301,6 @@ QUERY PLAN
314301
315302Seq Scan on range_rel
316303step savepoint_c: SAVEPOINT c;
317- WARNING: All changes in partitioned table 'range_rel' will be discarded
318304step rollback_b: ROLLBACK TO SAVEPOINT b;
319305step drop_partitions: SELECT drop_partitions('range_rel');
320306drop_partitions
@@ -343,8 +329,6 @@ step drop_partitions: SELECT drop_partitions('range_rel');
343329drop_partitions
344330
34533110
346- WARNING: All changes in partitioned table 'range_rel' will be discarded
347- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
348332step rollback_a: ROLLBACK TO SAVEPOINT a;
349333step create_partitions: SELECT create_range_partitions('range_rel', 'id', 1, 1000);
350334create_range_partitions
@@ -364,7 +348,6 @@ Append
364348 -> Seq Scan on range_rel_8
365349 -> Seq Scan on range_rel_9
366350 -> Seq Scan on range_rel_10
367- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
368351step rollback: ROLLBACK;
369352step show_rel: EXPLAIN (COSTS OFF) SELECT * FROM range_rel;
370353QUERY PLAN
@@ -384,8 +367,6 @@ step drop_partitions: SELECT drop_partitions('range_rel');
384367drop_partitions
385368
38636910
387- WARNING: All changes in partitioned table 'range_rel' will be discarded
388- WARNING: Partitioning of table 'range_rel' has been aborted, removing partitions from pg_pathman's cache
389370step rollback_a: ROLLBACK TO SAVEPOINT a;
390371step create_partitions: SELECT create_range_partitions('range_rel', 'id', 1, 1000);
391372create_range_partitions