Re: pgsql: Ignore BRIN indexes when checking for HOT udpates

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>
Subject: Re: pgsql: Ignore BRIN indexes when checking for HOT udpates
Date: 2023-08-09 09:11:55
Message-ID: 20230809091155.7c7f3gttjk3dj4ze@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2021-Nov-30, Tomas Vondra wrote:

> Ignore BRIN indexes when checking for HOT udpates

I was trying to use RelationGetIndexAttrBitmap for something and
realized that its header comment does not really explain things very
well. That was already the case before this commit, but it (this
commit) did add new possible values without mentioning them. I propose
the attached comment-only patch.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
Al principio era UNIX, y UNIX habló y dijo: "Hello world\n".
No dijo "Hello New Jersey\n", ni "Hello USA\n".

Attachment Content-Type Size
0001-Document-RelationGetIndexAttrBitmap-better.patch text/x-diff 2.4 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-08-09 09:32:22 pgsql: struct PQcommMethods: use C99 designated initializers
Previous Message Peter Eisentraut 2023-08-09 08:05:52 pgsql: Fix last remaining uninitialized memory warnings

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2023-08-09 09:13:10 Re: Remove distprep
Previous Message Fabien COELHO 2023-08-09 09:06:24 Re: pgbnech: allow to cancel queries during benchmark