Yet another (minor) fix in BRIN
Tomas Vondra <tomas.vondra@enterprisedb.com>
From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-11-08T01:23:14Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-duplicate-code-in-brin_memtuple_initialize.patch (text/x-patch)
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
Commits
-
Remove duplicate code in brin_memtuple_initialize
- 1186a9d65d99 10.16 landed
- c4424d33cca9 11.11 landed
- 0d0626e27d56 12.6 landed
- c885e4a2f93c 13.2 landed
- 42c63ab6e2c3 14.0 landed