pgsql: Minor fixups of test_bitmapset.c

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor fixups of test_bitmapset.c
Date: 2025-10-01 05:50:52
Message-ID: E1v3pjn-000tI9-2a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-10-01 15:19:15 pgsql: Fix compiler warnings around _CRT_glob
Previous Message Michael Paquier 2025-10-01 05:18:59 pgsql: test_bitmapset: Simplify code of the module