Re: pgsql: Allow parallel CREATE INDEX for GIN indexes

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Date: 2025-04-02 10:32:15
Message-ID: 4b7f56b0-61af-49b9-ad99-66b18776e24d@vondra.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 4/1/25 15:30, Peter Eisentraut wrote:
> On 07.03.25 22:22, Peter Eisentraut wrote:
>> The new tuplesort_getgintuple() in tuplesortvariants.c has a branch
>> that does "return false" even though the function's return type is
>> GinTuple *.  That is probably a mistake.  Check please.
>>
>> Also, this code contains a "pgrminclude ignore", but we don't use
>> those anymore.
>
> Fixed committed.
>

Thank you! I apparently missed your report on pgsql-committers :-(

regards

--
Tomas Vondra

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-04-02 11:27:20 pgsql: tests: Cope with io_method in TEMP_CONFIG in test_aio
Previous Message Alexander Korotkov 2025-04-02 09:45:59 pgsql: Get rid of WALBufMappingLock