]> granicus.if.org Git - postgresql/commit
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jan 2019 23:33:32 +0000 (18:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jan 2019 23:33:44 +0000 (18:33 -0500)
commit5aa03f99fe7cfb1072849960465a040e834a25e2
treed1db89143fa443b90fdba72287f7a81fc08348e9
parent3037b28b89b44fccfcfddb2254655f45b3005f82
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
src/backend/utils/cache/relcache.c