Re: some broken on pg_stat_user_functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: some broken on pg_stat_user_functions
Date
Msg-id 10361.1235314375@sss.pgh.pa.us
Whole thread Raw
In response to some broken on pg_stat_user_functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: some broken on pg_stat_user_functions  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.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


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: some broken on pg_stat_user_functions
Next
From: Tom Lane
Date:
Subject: Re: Password prompting business