]> granicus.if.org Git - postgresql/commit
hash: Refactor and clean up bucket split code.
authorRobert Haas <rhaas@postgresql.org>
Wed, 1 Mar 2017 09:13:38 +0000 (14:43 +0530)
committerRobert Haas <rhaas@postgresql.org>
Wed, 1 Mar 2017 09:13:38 +0000 (14:43 +0530)
commit21a3cf41284c08307ef9abe3400be5dc53723519
treec4c2212c944389acb4a7472ec4b84a2dafa59275
parent123ccbe58309d08e42009e99a4b34a3a1aef7798
hash: Refactor and clean up bucket split code.

As with commit 30df93f698d016d086e8961aa6c6076b37ea0ef4 and commit
b0f18cb77f50a54e997d857d592f6a511617f52c, the goal here is to move all
of the related page modifications to a single section of code, in
preparation for adding write-ahead logging.

Amit Kapila, with slight changes by me.  The larger patch series of
which this is a part has been reviewed and tested by Álvaro Herrera,
Ashutosh Sharma, Mark Kirkwood, Jeff Janes, and Jesper Pedersen.
src/backend/access/hash/hashpage.c