Re: [PATCH] Update comment in nodeBitmapHeapscan.c

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: Anton Haglund <antonh(at)accum(dot)se>
Cc: Pgsql Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <rhaas(at)postgresql(dot)org>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, Kevin Grittner <kgrittn(at)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Amit Kapila <akapila(at)postgresql(dot)org>, Amit Langote <amitlan(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, David Rowley <drowley(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, Thomas Munro <tmunro(at)postgresql(dot)org>
Subject: Re: [PATCH] Update comment in nodeBitmapHeapscan.c
Date: 2025-12-09 13:13:32
Message-ID: 44D0ADC9-266E-40BF-9416-A0C30897C12B@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 9 Dec 2025, at 14:04, Anton Haglund <antonh(at)accum(dot)se> wrote:
>
> Remove comment about nonexisting ExecBitmapHeapNext.
> ---
> src/backend/executor/nodeBitmapHeapscan.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/backend/executor/nodeBitmapHeapscan.c b/src/backend/executor/nodeBitmapHeapscan.c
> index bf24f3d7fe0..8c05c728f1a 100644
> --- a/src/backend/executor/nodeBitmapHeapscan.c
> +++ b/src/backend/executor/nodeBitmapHeapscan.c
> @@ -28,7 +28,6 @@
> /*
> * INTERFACE ROUTINES
> * ExecBitmapHeapScan scans a relation using bitmap info
> - * ExecBitmapHeapNext workhorse for above

Judging by the commitlog that function has never existed, and the workhorse
referred to is BitmapHeapNext (which is not part of the interface).

Thanks for your contribution, but in the future please email pgsql-hackers
instead of all committers directly. We do all our development publically
archived on pgsql-hackers, and you don't even need to be subscribed to send
(but your email will be subject to moderation).

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Geier 2025-12-09 13:38:51 Re: Fix repetition in hash index documentation
Previous Message Ajit Awekar 2025-12-09 13:10:22 Re: Periodic authorization expiration checks using GoAway message