Re: [PROPOSAL] VACUUM Progress Checker.

From: dinesh kumar <dineshkumar02(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Rahila Syed <rahilasyed90(at)gmail(dot)com>, "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 05:18:39
Message-ID: CALnrH7opKTQrUQKmZVZBPULnwa4ewKpRUbH7nHXKZvHne3WELQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

On Wed, Jul 15, 2015 at 9:27 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:

> 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.
>
> Yeah, i got couple of warnings with plain make.

> The following query caused a segmentation fault.
>
>
It was the typo I believe. I see the problem is with GUC definition in
guc.c. There should be "NULL" between gettext_noop and GUC_UNIT_MS.

Regards,
Dinesh
manojadinesh.blogspot.com

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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2015-07-16 05:51:56 Re: optimizing vacuum truncation scans
Previous Message Amit Langote 2015-07-16 05:11:52 Re: [PATCH] postgres_fdw extension support