Add some opfamily support functions to lsyscache.c Add get_opfamily_method() and get_opfamily_member_for_cmptype() in lsyscache.c. No callers yet, but we'll add some soon. This is part of generalizing some parts of the code away from having btree hardcoded and use CompareType instead.
Author: Mark Dilger <mark.dil...@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/e72eaa49-354d-4c2e-8eb9-255197f55...@enterprisedb.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7317e641268fb9b08d32519920adf1f16c8591ea Modified Files -------------- src/backend/utils/cache/lsyscache.c | 44 +++++++++++++++++++++++++++++++++++++ src/include/utils/lsyscache.h | 4 ++++ 2 files changed, 48 insertions(+)