Commit 41ddc27f authored by Peter Geoghegan's avatar Peter Geoghegan

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 fa5c8a05.

_bt_preprocess_keys() is directly referenced just after the removed
comment already, which seems sufficient.
parent a18422a3
...@@ -440,8 +440,7 @@ btrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys, ...@@ -440,8 +440,7 @@ btrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys,
} }
/* /*
* Reset the scan keys. Note that keys ordering stuff moved to _bt_first. * Reset the scan keys
* - vadim 05/05/97
*/ */
if (scankey && scan->numberOfKeys > 0) if (scankey && scan->numberOfKeys > 0)
memmove(scan->keyData, memmove(scan->keyData,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment