Re: Behavior change in PostgreSQL 14Beta3 or bug?

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Behavior change in PostgreSQL 14Beta3 or bug?
Date: 2021-09-06 14:46:14
Message-ID: CAH2-WzkNuMkFns4cYfqZq0BZXNpxh=FOS2ue4-9Cus=kB8DfSA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It's a non-hot update, and so there is a single dead index tuple. You're
seeing the new optimization that makes vacuum skip indexes in marginal
cases.

Try running vacuum with index cleanup = on.

Peter Geoghegan
(Sent from my phone)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Westermann (DWE) 2021-09-06 14:52:10 Re: Behavior change in PostgreSQL 14Beta3 or bug?
Previous Message Daniel Westermann (DWE) 2021-09-06 14:18:16 Behavior change in PostgreSQL 14Beta3 or bug?