pgsql: Minor fixups of test_bitmapset.c

Started by David Rowley9 months ago2 messagescomitters
Jump to latest
#1David Rowley
dgrowleyml@gmail.com

Minor fixups of test_bitmapset.c

The macro's comment had become outdated from a prior version and there's
now no longer a need for the do/while loop (or my misplaced semi-colon).

Author: David Rowley <dgrowleyml@gmail.com>
Discussion: /messages/by-id/CAApHDvr+P454SP_LDvB=bViPAbDQhV1Jmg5M55GEKz0d3z25NA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a661580685964dd2ca192306a202934f268fc5c

Modified Files
--------------
src/test/modules/test_bitmapset/test_bitmapset.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

#2Michael Paquier
michael@paquier.xyz
In reply to: David Rowley (#1)
Re: pgsql: Minor fixups of test_bitmapset.c

On Wed, Oct 01, 2025 at 05:50:52AM +0000, David Rowley wrote:

Minor fixups of test_bitmapset.c

The macro's comment had become outdated from a prior version and there's
now no longer a need for the do/while loop (or my misplaced semi-colon).

Oops, missed this spot. Thanks for this one.
--
Michael