Hi, On Fri, Feb 7, 2020 at 1:27 PM Kyotaro Horiguchi <horikyota....@gmail.com> wrote: > It seems that nkeys and key are useless. Since every table_beginscan_* > functions have distinct parameter sets, don't we remove them from > table_beginscan_tid? Yeah, actually, when calling table_beginscan_tid(), nkeys is set to 0 and * key is set to NULL, so these are not used at the moment.
I removed unnecessary arguments from table_beginscan_tid(). Attache the v5 patch. -- Tatsuhito Kasahara kasahara.tatsuhito _at_ gmail.com
fix_tidscan_issues_v5.patch
Description: Binary data