Обсуждение: pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.

Поиск
Список
Период
Сортировка

pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.

От
Tom Lane
Дата:
Remove useless bms_copy step in RelationGetIndexAttrBitmap.

Seems to be from a bad case of copy-and-paste-itis in commit 665d1fad9.
It wouldn't be quite so annoying if it didn't contradict the comment
half a dozen lines above.

David Rowley

Discussion: https://postgr.es/m/CAKJS1f95Dyf8Qkdz4W+PbCmT-HTb54tkqUCC8isa2RVgSJ_pXQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f9e934ab746907abbeeed06a1a9b995e5b4d339

Modified Files
--------------
src/backend/utils/cache/relcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)