pgsql: Update comments on nbtree stack struct.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments on nbtree stack struct.
Date: 2019-08-21 20:51:49
Message-ID: E1i0Xa9-0007Of-HK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-08-22 01:01:07 pgsql: Doc: Remove mention to "Visual Studio Express 2019"
Previous Message Peter Eisentraut 2019-08-21 20:15:08 pgsql: Remove configure detection of crypt()