Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> postgres=# create or replace function test1(i integer) returns int as
> $$ select $1; $$ language sql;
This function will get inlined, so there's no separate entity to track
the execution of.
regards, tom lane