Thread: pgsql: Update comments on nbtree stack struct.

pgsql: Update comments on nbtree stack struct.

From
Peter Geoghegan
Date:
Update comments on nbtree stack struct.

Adjust the struct comment that describes how page splits use their
descent stack to cascade up the tree from the leaf level.

In passing, fix up some unrelated nbtree comments that had typos or were
obsolete.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/091bd6befcb71feb58b1478e1b976c85ae504822

Modified Files
--------------
src/backend/access/nbtree/nbtsort.c     | 2 +-
src/backend/access/nbtree/nbtsplitloc.c | 4 ++--
src/include/access/nbtree.h             | 7 +++++--
3 files changed, 8 insertions(+), 5 deletions(-)