aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2020-04-13 19:26:41 -0700
committerPeter Geoghegan <pg@bowt.ie>2020-04-13 19:26:41 -0700
commit826ee1a019127d611bb0fd22ca878142bfb077ac (patch)
treec1b7d8c5426571b3edcf07c86bde3bcc292e80ce /src/backend/access/transam/parallel.c
parentd60cfb6bf2b4812e97271e7b5ba3ad4713406b9d (diff)
downloadpostgresql-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