pgsql: Remove unused 'cur_skey' argument from IndexScanOK() - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove unused 'cur_skey' argument from IndexScanOK()
Date
Msg-id E1seuCU-004Q2c-Di@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unused 'cur_skey' argument from IndexScanOK()

Commit a78fcfb51243 removed the last use of it.

Author: Hugo Zhang, Aleksander Alekseev
Reviewed-by: Daniel Gustafsson
Discussion:
https://www.postgresql.org/message-id/NT0PR01MB129459E243721B954611938F9CDD2%40NT0PR01MB1294.CHNPR01.prod.partner.outlook.cn

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1153422edac5d27eeffd61fca2be348fa0714ce9

Modified Files
--------------
src/backend/utils/cache/catcache.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: libpq: Fix minor TOCTOU violation
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Refactor CopyOneRowTo