Re: Yet another (minor) fix in BRIN

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Yet another (minor) fix in BRIN
Date: 2020-11-08 01:51:37
Message-ID: 20201108015137.GA7294@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-Nov-08, Tomas Vondra wrote:

> While rebasing some of the BRIN patches, I noticed some of the code in
> brin_memtuple_initialize is duplicated. This happened in 8bf74967dab
> which moved some of the code from brin_new_memtuple, not removing the
> shared pieces. In practice this is benign, of course.
>
> Barring objections I'll get the attached fix committed and backpatched.

LGTM, thanks for noticing.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-11-08 03:45:26 Re: Yet another (minor) fix in BRIN
Previous Message Tomas Vondra 2020-11-08 01:23:14 Yet another (minor) fix in BRIN