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
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