mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05:00
This makes no difference for existing uses, but allows SelectSortFunction() and pred_test_simple_clause() to use indexscans instead of seqscans to locate entries for a particular operator in pg_amop. Better yet, they can use the SearchSysCacheList() API to cache the search results.