]> granicus.if.org Git - postgresql/commit
Correct obsolete nbtree recovery comments.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 19 Dec 2018 00:59:49 +0000 (16:59 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 19 Dec 2018 00:59:49 +0000 (16:59 -0800)
commit741c4c41429b72b8140a269f578f5a87e03d6ab6
tree14a6114abc5f353de852594fb808be959c977158
parent84fcc2ce56962a82e4da633b5ba2bd68c4960cd8
Correct obsolete nbtree recovery comments.

Commit 40dae7ec537, which made the handling of interrupted nbtree page
splits more robust, removed an nbtree-specific end-of-recovery cleanup
step.  This meant that it was no longer possible to complete an
interrupted page split during recovery.  However, a reference to
recovery as a reason for using a NULL stack while inserting into a
parent page was missed.  Remove the reference.

Remove a similar obsolete reference to recovery that was introduced much
more recently, as part of the btree fastpath optimization enhancement
that made it into Postgres 11 (commit 2b272734, and follow-up commits).

Backpatch: 11-, where the fastpath optimization was introduced.
src/backend/access/nbtree/nbtinsert.c