[PATCH] Update comment in nodeBitmapHeapscan.c

From: Anton Haglund <antonh(at)accum(dot)se>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: 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>, Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>, David Rowley <drowley(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, Thomas Munro <tmunro(at)postgresql(dot)org>
Subject: [PATCH] Update comment in nodeBitmapHeapscan.c
Date: 2025-12-09 13:04:08
Message-ID: aTgeSDRS3vvotg0w@accum.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
* ExecInitBitmapHeapScan creates and initializes state info.
* ExecReScanBitmapHeapScan prepares to rescan the plan.
* ExecEndBitmapHeapScan releases all storage.
--
2.34.1

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajit Awekar 2025-12-09 13:10:22 Re: Periodic authorization expiration checks using GoAway message
Previous Message Jelte Fennema-Nio 2025-12-09 12:58:40 Re: Make copyObject work in C++