On 03/07/2024 16:46, Daniel Gustafsson wrote:
On 3 Jul 2024, at 15:41, Aleksander Alekseev wrote:
The 'cur_skey' parameter in `IndexScanOK` funciton doesn't seem to be useful.
Good catch. As I understand it is not used for anything since
a78fcfb51243 (dated 2006) and this is a static functio
> On 3 Jul 2024, at 15:41, Aleksander Alekseev wrote:
>> The 'cur_skey' parameter in `IndexScanOK` funciton doesn't seem to be useful.
> Good catch. As I understand it is not used for anything since
> a78fcfb51243 (dated 2006) and this is a static function, so we
> shouldn't worry about third-par
Hi,
> The 'cur_skey' parameter in `IndexScanOK` funciton doesn't seem to be useful.
Good catch. As I understand it is not used for anything since
a78fcfb51243 (dated 2006) and this is a static function, so we
shouldn't worry about third-party extensions.
I wonder why none of the compilers compla