| From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Dmitry Ivanov <d(dot)ivanov(at)postgrespro(dot)ru> |
| Cc: | Shubham Barai <shubhambaraiss(at)gmail(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andrew Borodin <amborodin86(at)gmail(dot)com>, Kevin Grittner <kgrittn(at)gmail(dot)com> |
| Subject: | Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) |
| Date: | 2018-05-04 08:30:57 |
| Message-ID: | b35dc5f8-a1d1-7e46-ba1e-f78a03a14c00@sigaev.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Aleksander Alekseev | 2018-05-04 08:45:06 | Re: GSoC 2018: thrift encoding format |
| Previous Message | Andrew Gierth | 2018-05-04 07:37:31 | Re: Optimze usage of immutable functions as relation |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christoph Berg | 2018-05-05 17:39:40 | [patch] Add Ubuntu bionic |
| Previous Message | Magnus Hagander | 2018-05-03 19:37:03 | Re: Doc comments on unsupported versions |