Fix comments on _bt_skiparray_strat_increment/decrement

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix comments on _bt_skiparray_strat_increment/decrement
Date: 2025-12-30 10:01:45
Message-ID: 20251230190145.c3c88c5eb0f88b136adda92f@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
fix_comments_on_bt_skiparray_strat_dec_inc_func.patch text/x-diff 843 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniil Davydov 2025-12-30 10:07:22 Re: Wrong comment for ReplicationSlotCreate
Previous Message Ashutosh Bapat 2025-12-30 09:50:09 Re: SQL Property Graph Queries (SQL/PGQ)