aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2018-12-18 16:59:50 -0800
committerPeter Geoghegan <pg@bowt.ie>2018-12-18 16:59:50 -0800
commit60f3cc9553c7ea7a1cc61bcd1efe51537f31e531 (patch)
treeaf23deb141535374c47e87b54917080fcbfd91dd /src/backend/commands/explain.c
parent3cab54878dbf212c08699bb974b069bdc43bff61 (diff)
downloadpostgresql-60f3cc9553c7ea7a1cc61bcd1efe51537f31e531.tar.gz
postgresql-60f3cc9553c7ea7a1cc61bcd1efe51537f31e531.zip
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.
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions