Re: Fix Brin Private Spool Initialization (src/backend/access/brin/brin.c)

Tomas Vondra <tomas.vondra@enterprisedb.com>

From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-12-30T22:19:38Z
Lists: pgsql-hackers
On 12/29/23 18:02, Ranier Vilela wrote:
>
> ...
> 
> As I wrote, the new patch version was for consideration.
> It seems more like a question of style, so it's better to remove it.
> 
> Anyway +1 for your original patch.
> 

I've pushed my original patch. Thanks for the report.


regards

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



Commits

  1. Minor cleanup of the BRIN parallel build code

  2. Allow parallel CREATE INDEX for BRIN indexes