Re: BUG #14941: Vacuum crashes

From: Lyes Ameddah <lyes(dot)amd(at)gmail(dot)com>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14941: Vacuum crashes
Date: 2017-12-04 13:59:33
Message-ID: CAEcwYAJY_EODBTj20xuZMKZNxdm0W7vVyCj1TQV7Kmcz+BBX3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

sorry guys, yes I'm talking about a FULL VACUUM and not about Auto-Vacuum.
Thank you very match for your feedback.

That's Waht I do :
vacuum FULL VERBOSE ANALYZE;
reindex database postgres;

I would be happy if there is a patch to fix that !

2017-12-01 22:16 GMT+01:00 Bossart, Nathan <bossartn(at)amazon(dot)com>:

> On 12/1/17, 3:04 PM, "Robert Haas" <robertmhaas(at)gmail(dot)com> wrote:
> > On Fri, Dec 1, 2017 at 1:53 PM, Bossart, Nathan <bossartn(at)amazon(dot)com>
> wrote:
> >> There is already an internal flag called VACOPT_NOWAIT that gives
> >> autovacuum this ability in certain cases (introduced in the
> aforementioned
> >> commit), and I recently brought up this potential use-case as
> >> justification for a patch [0]. I'd be happy to submit a patch for
> >> providing VACOPT_NOWAIT to users if others think it's something we
> should
> >> do.
> >
> > Seems entirely reasonable to me, provided that we only update the
> > extensible-options syntax:
> >
> > VACUUM [ ( option [, ...] ) ] [ table_and_columns [, ...] ]
> >
> > I don't want to add any more options to the older syntax:
> >
> > VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ table_and_columns
> [, ...] ]
>
> Right. This seems like the right path forward to me, as the
> VACUUM documentation states that the unparenthesized syntax is
> deprecated, and the DISABLE_PAGE_SKIPPING option was not added
> to the old syntax, either.
>
> > I am slightly confused as to how we got on to this topic since the
> > subject is "Vacuum crashes", but perhaps Lyes was simply speaking
> > imprecisely.
>
> I'm hoping Lyes chimes in soon to clarify if I am interpreting
> the original report incorrectly.
>
> Nathan
>
>

--
*Lyes AMEDDAH*
*Téléphone portable : 06 66 24 50 70*
*Titre RNCP I - Développement Web*
*HiTema*

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2017-12-04 14:36:23 Re: BUG #14940: Duplicated records inspite of primary key and unique constraint
Previous Message Julien Grillot 2017-12-04 13:06:07 Re: [ltree] Should `SELECT LCA('1.2', '1.2.3');` return '1.2' instead of '1'?

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergei Kornilov 2017-12-04 14:09:44 Re: using index or check in ALTER TABLE SET NOT NULL
Previous Message Justin Pryzby 2017-12-04 13:09:26 Re: Doc tweak for huge_pages?