Correct more obsolete nbtree page split comments.
authorPeter Geoghegan <[email protected]>
Fri, 3 May 2019 20:34:45 +0000 (13:34 -0700)
committerPeter Geoghegan <[email protected]>
Fri, 3 May 2019 20:34:45 +0000 (13:34 -0700)
commit7b37f4b02e11813b3cd9f7086149ba962a91e03c
tree02221a21333576c9710010d2f510eaf3aa986267
parent8309eae499d6782bfc5e81f4d1cfcbf8e3fc8f5d
Correct more obsolete nbtree page split comments.

Commit 3f342839 corrected obsolete comments about buffer locks at the
main _bt_insert_parent() call site, but missed similar obsolete comments
above _bt_insert_parent() itself.  Both sets of comments were rendered
obsolete by commit 40dae7ec537, which made the nbtree page split
algorithm more robust.  Fix the comments that were missed the first time
around now.

In passing, refine a related _bt_insert_parent() comment about
re-finding the parent page to insert new downlink.
src/backend/access/nbtree/nbtinsert.c