Re: [PROPOSAL] VACUUM Progress Checker.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Rahila Syed <rahilasyed90(at)gmail(dot)com>
Cc: "Syed, Rahila" <Rahila(dot)Syed(at)nttdata(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PROPOSAL] VACUUM Progress Checker.
Date: 2015-07-16 04:27:59
Message-ID: CAHGQGwGo-a3hOiM1QNZftBQNhezboO6zvLkuqd3LX6jyjR9CsA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 16, 2015 at 5:18 AM, Rahila Syed <rahilasyed90(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sameer Thakur-2 2015-07-16 04:30:10 Re: [PROPOSAL] VACUUM Progress Checker.
Previous Message Amit Kapila 2015-07-16 04:23:21 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file