draft support for (1) allocating a new index page and (2) relocating
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Sep 2021 19:39:52 +0000 (15:39 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Sep 2021 19:39:52 +0000 (15:39 -0400)
commit19b66f99d051d55d194fcb2d4fab85963a2f5b10
tree609e9746f7c515154eecc287971c0bd892cdead3
parente58f2e12735f7bb0fbc2799698b6955faa5cac53
draft support for (1) allocating a new index page and (2) relocating
index entries from the metapage to an index page.

this isn't wired into ConveyorBeltGetNewPage yet. it's just stuff
that function will need to call to do this stuff. or so I think.
src/backend/access/conveyor/cbindexpage.c
src/backend/access/conveyor/cbmetapage.c
src/backend/access/conveyor/cbmodify.c
src/backend/access/conveyor/cbxlog.c
src/include/access/cbindexpage.h
src/include/access/cbmetapage.h
src/include/access/cbmodify.h
src/include/access/cbxlog.h