Yet another (minor) fix in BRIN

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Yet another (minor) fix in BRIN
Date: 2020-11-08 01:23:14
Message-ID: 5eb50c97-9a8e-b691-8c40-1b2a55611c4c@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
0001-Remove-duplicate-code-in-brin_memtuple_initialize.patch text/x-patch 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2020-11-08 01:51:37 Re: Yet another (minor) fix in BRIN
Previous Message Tomas Vondra 2020-11-07 23:10:32 Re: First-draft release notes for back branches are up