Re: Add a berief general comment on BTScanInsertData's nextkey and backward

2025-11-18 Thread Peter Geoghegan
On Tue, Nov 18, 2025 at 2:28 AM Yugo Nagata wrote: > I've attached a patch that adds the following comment: > > + * nextkey determines how the scankey's boundary is interpreted, and backward > + * indicates a backward scan. See comments in _bt_first for a more detailed > + * explanation of these

Add a berief general comment on BTScanInsertData's nextkey and backward

2025-11-17 Thread Yugo Nagata
Hi, While reading the nbtree codes, I noticed that the comments on BTScanInsertData no longer describes the meaning of the nextkey and backward fields. The comment curently only says: * See comments in _bt_first for an explanation of the nextkey and backward * fields. Detailed comments used to