You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utility query | CREATE OR REPLACE FUNCTION lazy_function(IN anyarray, OUT x anyelement) RETURNS SETOF anyelement LANGUAGE sql AS 'select * from pg_catalog.generate_series(array_lower($1, 1), array_upper($1, 1), 1)'; | | 0
204
-
ProcessUtility | ProcessUtility | | 1
205
-
TransactionCommit | TransactionCommit | | 0
206
-
Select query | SELECT lazy_function($1::int[]) FROM (VALUES ($2,$3)) as t | {"'{1,2,3,4}'",1,2} | 0
Utility query | CREATE OR REPLACE FUNCTION lazy_function(IN anyarray, OUT x anyelement) RETURNS SETOF anyelement LANGUAGE sql AS 'select * from pg_catalog.generate_series(array_lower($1, 1), array_upper($1, 1), 1)'; | | 0
204
+
ProcessUtility | ProcessUtility | | 1
205
+
TransactionCommit | TransactionCommit | | 0
206
+
Select query | SELECT lazy_function($1::int[]) FROM (VALUES ($2,$3)) as t | {"'{1,2,3,4}'",1,2} | 0
207
+
Planner | Planner | | 1
208
+
ExecutorRun | ExecutorRun | | 1
209
+
ProjectSet | ProjectSet | | 2
210
+
Result | Result | | 3
211
+
Select query | select * from pg_catalog.generate_series(array_lower($1, $2), array_upper($1, $3), $4) | {"{1,2,3,4}","select * from pg_catalog.generate_series(array_lower($1, $2), array_upper($1, $3), $4)","SELECT lazy_function($1::int[]) FROM (VALUES ($2,$3)) as t",T;} | 3
212
+
Planner | Planner | | 4
213
213
(10 rows)
214
214
215
215
CALL clean_spans();
@@ -221,20 +221,20 @@ SELECT information_schema._pg_truetypid(a, t) FROM pg_attribute a, pg_type t lim
221
221
(1 row)
222
222
223
223
SELECT span_type, span_operation, parameters, lvl from peek_ordered_spans;
0 commit comments