pgsql: Align random test function parameters in test_bitmapset

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Align random test function parameters in test_bitmapset
Date: 2026-08-24 22:43:24
Message-ID: E1wydNz-00000001y33-39Q0@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Align random test function parameters in test_bitmapset

53a981ed5 adjusted test_random_offset_operations() so that the minimum
value parameter came before the maximum value parameter. Here we adjust
test_random_operations() so that it accepts absolute numbers for the
minimum and maximum values. Previously the maximum value to put in the
random Bitmapset was the minimum value plus the range. Also align the
parameter order with test_random_offset_operations() to make these
functions consistent with each other.

Backpatch to v19 as test_random_operations() is new there.

Author: David Rowley <dgrowleyml(at)gmail(dot)com>
Reviewed-by: Greg Burd <greg(at)burd(dot)me>
Discussion: https://postgr.es/m/66d041b4-32f4-4097-bb2c-0e7147337a5e@app.fastmail.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d6e4e22e9143749a9b629f2149e78edf2b6e0ec0

Modified Files
--------------
.../test_bitmapset/expected/test_bitmapset.out | 2 +-
.../modules/test_bitmapset/sql/test_bitmapset.sql | 2 +-
src/test/modules/test_bitmapset/test_bitmapset.c | 38 +++++++++++++---------
3 files changed, 24 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-08-25 01:24:03 pgsql: Don't assume DISTINCT ON implies uniqueness when the tlist has S
Previous Message David Rowley 2026-08-24 22:43:01 pgsql: Align random test function parameters in test_bitmapset