On Thu, Jul 16, 2015 at 5:18 AM, Rahila Syed <rahilasye...@gmail.com> wrote: > Hello, > > Please find attached updated patch with an interface to calculate command > progress in pgstat.c.
Thanks for updating the patch! I got the following compiler warning. guc.c:2316: warning: initialization makes pointer from integer without a cast make check-world caused lots of failures in my environment. The following query caused a segmentation fault. SELECT name FROM (SELECT pg_catalog.lower(name) AS name FROM pg_catalog.pg_settings UNION ALL SELECT 'session authorization' UNION ALL SELECT 'all') ss WHERE substring(name,1,3)='tra'; Regards, -- Fujii Masao -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers