Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Shubham Barai <shubhambaraiss@gmail.com>
Cc: Andrey Borodin <x4mmm@yandex-team.ru>,
Andrew Borodin <amborodin86@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Kevin Grittner <kgrittn@gmail.com>
Date: 2018-01-25T13:10:26Z
Lists: pgsql-hackers
On Wed, Jan 10, 2018 at 9:55 PM, Shubham Barai <shubhambaraiss@gmail.com> wrote: > The previous patch couldn't be applied cleanly because there were some > modifications to isolation_schedule. I have updated the patch now. > In the attached patch indentation is still looking strange. I've contacted Shubham using Telegram, and we realized that it's because he used tab width 8 in his editor. Shumham seems to have updated version of this patch, but didn't post it yet. Thus, I'm marking this "Waiting on author" until the updated patch is posted. ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Add predicate locking for GiST
- 3ad55863e939 11.0 landed