pgsql: Update comments on nbtree stack struct. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Update comments on nbtree stack struct.
Date
Msg-id E1i0Xa9-0007Of-HK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove configure detection of crypt()
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Remove mention to "Visual Studio Express 2019"