Useless parameter 'cur_skey' in IndexScanOK

From: Hugo Zhang <hugo(dot)zhang(at)openpie(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Useless parameter 'cur_skey' in IndexScanOK
Date: 2024-07-03 02:48:37
Message-ID: NT0PR01MB129459E243721B954611938F9CDD2@NT0PR01MB1294.CHNPR01.prod.partner.outlook.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
The 'cur_skey' parameter in `IndexScanOK` funciton doesn't seem to be useful.

The function does not use cur_skey for any operation. Is there any other consideration
for retaining the cur_skey parameter here?

Best wishes
Hugo zhang

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2024-07-03 02:54:18 Re: Logical Replication of sequences
Previous Message jian he 2024-07-03 02:15:05 Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions