Re: [PATCH] Update comment in nodeBitmapHeapscan.c

2025-12-09 Thread Daniel Gustafsson
> On 9 Dec 2025, at 15:02, Anton Haglund wrote: > On 2025-12-09 14:13, Daniel Gustafsson wrote: >>> On 9 Dec 2025, at 14:04, Anton Haglund wrote: >>> - * ExecBitmapHeapNext workhorse for above >> >> Judging by the commitlog that function has never existed, and the workhorse >> referred to is Bi

Re: [PATCH] Update comment in nodeBitmapHeapscan.c

2025-12-09 Thread Anton Haglund
On 2025-12-09 14:13, Daniel Gustafsson wrote: > > On 9 Dec 2025, at 14:04, Anton Haglund wrote: > > > > Remove comment about nonexisting ExecBitmapHeapNext. > > --- > > src/backend/executor/nodeBitmapHeapscan.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/src/backend/executor/no

[PATCH] Update comment in nodeBitmapHeapscan.c

2025-12-09 Thread Anton Haglund
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/execu

Re: [PATCH] Update comment in nodeBitmapHeapscan.c

2025-12-09 Thread Daniel Gustafsson
> On 9 Dec 2025, at 14:04, Anton Haglund 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