On Thu, Jun 9, 2016 at 9:21 AM, Murtuza Zabuawala <[email protected]> wrote: > Hi Ashesh/Dave, > > I tried setting 'track_functions' to false in postgresql.conf. but then I am > not able to start server got error saying false is not correct argument > (Version: PG 9.5). > Then I also set it to all and try running function & check the stats. > > I am getting proper output in both cases, with stats & without stats(PFA > screenshot) > > Let me know if I missed anything here.
You might need to reset the server stats (or re-initdb to be sure everything is fresh and clean). FYI, I saw this on PostgreSQL 9.4. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
