@@ -183,22 +183,22 @@ EXECUTE getbyroot(2);
183
183
4 | 2 | 10-10-2010 | num_2 | 1 | | | 3
184
184
(2 rows)
185
185
186
- EXPLAIN EXECUTE getbyroot(2);
187
- QUERY PLAN
188
- --------------------------------------------------------------------------------------------
189
- Custom Scan (RuntimeAppend) (cost=4.17..11.28 rows=3 width=128)
186
+ EXPLAIN (COSTS OFF) EXECUTE getbyroot(2);
187
+ QUERY PLAN
188
+ ----------------------------------------------------------
189
+ Custom Scan (RuntimeAppend)
190
190
Prune by: (root_dict.root_id = $1)
191
- -> Bitmap Heap Scan on root_dict_0 root_dict (cost=4.17..11.28 rows=3 width=128)
191
+ -> Bitmap Heap Scan on root_dict_0 root_dict
192
192
Recheck Cond: (root_id = $1)
193
- -> Bitmap Index Scan on root_dict_0_root_id_idx (cost=0.00..4.17 rows=3 width=0)
193
+ -> Bitmap Index Scan on root_dict_0_root_id_idx
194
194
Index Cond: (root_id = $1)
195
- -> Bitmap Heap Scan on root_dict_1 root_dict (cost=4.17..11.28 rows=3 width=128)
195
+ -> Bitmap Heap Scan on root_dict_1 root_dict
196
196
Recheck Cond: (root_id = $1)
197
- -> Bitmap Index Scan on root_dict_1_root_id_idx (cost=0.00..4.17 rows=3 width=0)
197
+ -> Bitmap Index Scan on root_dict_1_root_id_idx
198
198
Index Cond: (root_id = $1)
199
- -> Bitmap Heap Scan on root_dict_2 root_dict (cost=4.17..11.28 rows=3 width=128)
199
+ -> Bitmap Heap Scan on root_dict_2 root_dict
200
200
Recheck Cond: (root_id = $1)
201
- -> Bitmap Index Scan on root_dict_2_root_id_idx (cost=0.00..4.17 rows=3 width=0)
201
+ -> Bitmap Index Scan on root_dict_2_root_id_idx
202
202
Index Cond: (root_id = $1)
203
203
(14 rows)
204
204
0 commit comments