Re: pgsql: Allow parallel CREATE INDEX for GIN indexes - Mailing list pgsql-committers

From Tomas Vondra
Subject Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Date
Msg-id 4b7f56b0-61af-49b9-ad99-66b18776e24d@vondra.me
Whole thread Raw
In response to Re: pgsql: Allow parallel CREATE INDEX for GIN indexes  (Peter Eisentraut <peter@eisentraut.org>)
List 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




pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Get rid of WALBufMappingLock
Next
From: Andres Freund
Date:
Subject: pgsql: tests: Cope with io_method in TEMP_CONFIG in test_aio