pgsql: Fixes for comments in test_bitmapset - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fixes for comments in test_bitmapset
Date
Msg-id E1v4QUF-0019W0-0c@gemulon.postgresql.org
Whole thread Raw
List 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@yesql.se>
Reported-by: David Rowley <dgrowleyml@gmail.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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Improve docs syntax checking
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Add IGNORE NULLS/RESPECT NULLS option to Window functions.