pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.

2019-01-21 Thread 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+pbc

pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.

2019-01-21 Thread 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+pbc

pgsql: Remove useless bms_copy step in RelationGetIndexAttrBitmap.

2019-01-21 Thread 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+pbc