Thread: pgsql: Remove obsolete btrescan() comment.

pgsql: Remove obsolete btrescan() comment.

From
Peter Geoghegan
Date:
Remove obsolete btrescan() comment.

"Ordering stuff" refered to a _bt_first() call to _bt_orderkeys().
However, the _bt_orderkeys() function was renamed to
_bt_preprocess_keys() by commit fa5c8a055a0.

_bt_preprocess_keys() is directly referenced just after the removed
comment already, which seems sufficient.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41ddc27f66fd398abe96e98f3e892a36270db9aa

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