diff options
author | Peter Geoghegan <pg@bowt.ie> | 2020-04-13 19:26:41 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2020-04-13 19:26:41 -0700 |
commit | 826ee1a019127d611bb0fd22ca878142bfb077ac (patch) | |
tree | c1b7d8c5426571b3edcf07c86bde3bcc292e80ce /src/backend/access/transam/parallel.c | |
parent | d60cfb6bf2b4812e97271e7b5ba3ad4713406b9d (diff) | |
download | postgresql-826ee1a019127d611bb0fd22ca878142bfb077ac.tar.gz postgresql-826ee1a019127d611bb0fd22ca878142bfb077ac.zip |
Make _bt_insertonpg() more like _bt_split().
It seems like a good idea for nbtree's retail insert code to be
absolutely consistent with nbtree's page split code for anything that
naturally requires equivalent handling. Anything that concerns
inserting newitem (which is handled as part of the page split atomic
action when a page split is required) should work in exactly the same
way. With that in mind, make _bt_insertonpg() handle 'cbuf' in a way
that matches _bt_split().
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions