Re: Index access method not receiving an orderbys ScanKey

2024-04-25 Thread Tom Lane
Chris Cleveland writes: > Can anyone tell me why my index access method isn't seeing an order_by > ScanKey when there is a query with an ORDER BY clause that uses an operator > that the access method supports? Hmm, you have > CREATE OPERATOR pg_catalog.<<=>> ( > FUNCTION = rdb.test_sort_matc

Index access method not receiving an orderbys ScanKey

2024-04-25 Thread Chris Cleveland
Can anyone tell me why my index access method isn't seeing an order_by ScanKey when there is a query with an ORDER BY clause that uses an operator that the access method supports? (Apologies for the volume of code below. I just don't know what is important. This is all in Rust.) CREATE OPERATOR