pgsql: Fixes for comments in test_bitmapset

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixes for comments in test_bitmapset
Date: 2025-10-02 21:05:15
Message-ID: E1v4QUF-0019W0-0c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixes for comments in test_bitmapset

This fixes a typo in the sql/expected test files and removes a
leftover comment from test_bitmapset.c from when the functions
invoked bms_free.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: David Rowley <dgrowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/978D21E8-9D3B-40EA-A4B1-F87BABE7868C@yesql.se

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-10-03 00:59:45 pgsql: Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Previous Message Andrew Dunstan 2025-10-02 18:28:44 pgsql: Improve docs syntax checking