You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This function for bit and bytea counts the set bits in the bit or bytestring. Internally, we use the existing popcount functionality.For the name, after some discussion, we settled on bit_count, whichalso exists with this meaning in MySQL, Java, and Python.Author: David Fetter <david@fetter.org>Discussion:https://www.postgresql.org/message-id/flat/20201230105535.GJ13234@fetter.org