Fix comments on _bt_skiparray_strat_increment/decrement
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-12-30T10:01:45Z
Lists: pgsql-hackers
Attachments
- fix_comments_on_bt_skiparray_strat_dec_inc_func.patch (text/x-diff)
Hi, The attached patch is a trivial change to fix the comments on _bt_skiparray_strat_increment() and _bt_skiparray_strat_decrement() so that they are consistent with the comments on _bt_skiparray_strat_adjust(). At least the comment on _bt_skiparray_strat_decrement() containts an obvious typo, since it mentions converting the high_compare key instead of the low_compare key. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>