GSoC 2017 weekly progress reports (week 2)

From: Shubham Barai <shubhambaraiss(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Kevin Grittner <kgrittn(at)gmail(dot)com>, Andrew Borodin <amborodin86(at)gmail(dot)com>
Subject: GSoC 2017 weekly progress reports (week 2)
Date: 2017-06-13 13:00:01
Message-ID: CALxAEPvWVHZ1zrgMazyA8ZOfL344EjiC7AX0VdXr=tA5+HcA2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Project: Explicitly support predicate locks in index AMs besides b-tree

Hi,

During this week, I mostly worked on testing to verify my code and on
debugging to solve some issues I was having. I have specifically created
two tests. The first test is about verifying serialization failure when
there is a read-write conflict. The second one is about checking false
positives. We need to make sure that it doesn't generate false positive
serialization failures. So far, I have got expected results. Any feedback
on results will be appreciated.

link to the code :
https://github.com/shubhambaraiss/postgres/commit/0a76b02b80f8e4edb63370540005515a7cd9d549

For more details about testing, please have a look at attached files.

Regards,
Shubham

<https://mailtrack.io/> Sent with Mailtrack
<https://mailtrack.io/install?source=signature&lang=en&referral=shubhambaraiss(at)gmail(dot)com&idSignature=22>

Attachment Content-Type Size
predicate_gist.out application/octet-stream 11.5 KB
predicate_gist.spec application/octet-stream 1.3 KB
predicate_gist_2.out application/octet-stream 10.3 KB
predicate_gist_2.spec application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-13 13:07:49 Re: WIP: Data at rest encryption
Previous Message Robert Haas 2017-06-13 12:09:08 Re: RTE_NAMEDTUPLESTORE, enrtuples and comments