Re: Dynamic shared memory areas
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-15T22:09:45Z
Lists: pgsql-hackers
Attachments
- dsa-v6.patch (application/octet-stream) patch v6
On Thu, Nov 10, 2016 at 6:37 PM, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > Here is a new version that fixes a bug I discovered in freepage.c today. And here is a new version rebased on top of commit b40b4dd9e10ea701c8d47ccba9407fc32ed384e5. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
- dc0a208ac2e9 13.23 landed
- 7b542cdbcdcc 14.20 landed
- 05d8a0869ea4 15.15 landed
- a8838689594d 16.11 landed
- 39d24475c180 17.7 landed
- e7a3fae39e33 18.1 landed
- 9f9a04368f80 19 (unreleased) landed
-
Reserve zero as an invalid DSM handle.
- b40b4dd9e10e 10.0 cited