pgsql: Remove obsolete nbtree "get root" comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete nbtree "get root" comment.
Date
Msg-id E1hiBMU-0000LU-Rt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete nbtree "get root" comment.

Remove a very old Berkeley era comment that doesn't seem to have
anything to do with the current locking considerations within
_bt_getroot().

Discussion: https://postgr.es/m/CAH2-WzmA2H+rL-xxF5o6QhMD+9x6cJTnz2Mr3Li_pbPBmqoTBQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66c5bd3a6fd8a4c317412838ab3870ab251833b6

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add support for Visual Studio 2019 in build scripts
Next
From: Tom Lane
Date:
Subject: pgsql: Simplify psql \d's rule for ordering the indexes of a table.