Re: [PATCH] Update comment in nodeBitmapHeapscan.c - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [PATCH] Update comment in nodeBitmapHeapscan.c
Date
Msg-id 44D0ADC9-266E-40BF-9416-A0C30897C12B@postgresql.org
Whole thread Raw
Responses Re: [PATCH] Update comment in nodeBitmapHeapscan.c
List pgsql-hackers
> On 9 Dec 2025, at 14:04, Anton Haglund <antonh@accum.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




pgsql-hackers by date:

Previous
From: Ajit Awekar
Date:
Subject: Re: Periodic authorization expiration checks using GoAway message
Next
From: David Geier
Date:
Subject: Re: Fix repetition in hash index documentation