Document RelationGetIndexAttrBitmap better Commit 19d8e2308bc5 changed the list of set-of-columns that can be returned by RelationGetIndexAttrBitmap, but didn't update its "documentation". That was pretty hard to read already, so rewrite to make it more comprehensible, adding the missing values while at it.
Backpatch to 16, like that commit. Discussion: https://postgr.es/m/[email protected] Reviewed-by: Tomas Vondra <[email protected]> Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/1b594a326a88bf1604360daa5a274096c0762fec Modified Files -------------- src/backend/utils/cache/relcache.c | 12 +++++++++--- src/include/utils/relcache.h | 3 +++ 2 files changed, 12 insertions(+), 3 deletions(-)
