remove open-coded popcount in acl.c - Mailing list pgsql-hackers

From Nathan Bossart
Subject remove open-coded popcount in acl.c
Date
Msg-id Z9GtL7Nm6hsYyJnF@nathan
Whole thread Raw
Responses Re: remove open-coded popcount in acl.c
List pgsql-hackers
There's a count_one_bits() function in acl.c that can be replaced with a
call to pg_popcount64().  This isn't performance-critical code, but IMHO we
might as well use the centralized implementation.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Non-text mode for pg_dumpall
Next
From: Mark Dilger
Date:
Subject: Re: Index AM API cleanup