Fix a couple of misuages of bms_num_members()
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-08-25T12:51:37Z
Lists: pgsql-hackers
Attachments
- fixup_bms_num_members_misusages.patch (application/octet-stream) patch
I noticed today there are a few places where we use bms_num_memebers() where we really should be using bms_membership(). These are not bugs, they're mostly just bad examples to leave laying around, at best, and a small performance penalty, at worst. Unless there are any objections, I plan to push this to master only in about 10 hours time. David
Commits
-
Fixup some misusages of bms_num_members()
- c34605daed56 14.0 landed