pgsql: Fix incorrect cast in Assert

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect cast in Assert
Date: 2026-08-25 08:16:22
Message-ID: E1wymKT-000000021lo-2bsw@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect cast in Assert

This was introduced in e3e26d04b, so backpatch to v19.

Reported-by: Lev Nikolaev <lev(dot)nikolaev(at)tantorlabs(dot)com>
Discussion: https://postgr.es/m/3e991e23-2260-459f-b3d0-e84fb48d353a@tantorlabs.com
Backpatch-through: 19

Branch
------
master

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

Modified Files
--------------
src/backend/nodes/bitmapset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-08-25 08:17:08 pgsql: Fix incorrect cast in Assert
Previous Message Peter Eisentraut 2026-08-25 08:15:25 pgsql: Remove old readline API workaround