Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: [HACKERS] GSoC 2017: weekly progress reports (week 6)
Date
Msg-id b35dc5f8-a1d1-7e46-ba1e-f78a03a14c00@sigaev.ru
Whole thread Raw
In response to Re: [HACKERS] GSoC 2017: weekly progress reports (week 6)  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
Thanks to everyone, v3 is pushed.

Teodor Sigaev wrote:
>> I don't very happy with rootBuffer added everywhere. ginInsertItemPointers() 
>> and   ginPrepareDataScan() now take both args, rootBlkno and rootBuffer, 
>> second could be invalid. As I can see, you did it to call 
>> CheckForSerializableConflictIn() in ginEntryInsert(). Seems, it could be 
>> reverted and CheckForSerializableConflictIn() should be added to 
>> ginFindLeafPage() with searchMode = false.
> Implemented, v3 is attached.
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Optimze usage of immutable functions as relation
Next
From: Aleksander Alekseev
Date:
Subject: Re: GSoC 2018: thrift encoding format