[PATCH] Update comment in nodeBitmapHeapscan.c
Anton Haglund <antonh@accum.se>
From: Anton Haglund <antonh@accum.se>
To: pgsql-hackers@lists.postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <bruce@momjian.us>, Andres Freund <andres@anarazel.de>, Robert Haas <rhaas@postgresql.org>, Melanie Plageman <melanieplageman@gmail.com>, Álvaro Herrera <alvherre@alvh.no-ip.org>, Tomas Vondra <tomas.vondra@postgresql.org>, Heikki Linnakangas <heikki.linnakangas@iki.fi>, Kevin Grittner <kgrittn@postgresql.org>, Peter Eisentraut <peter@eisentraut.org>, Amit Kapila <akapila@postgresql.org>, Amit Langote <amitlan@postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Daniel Gustafsson <dgustafsson@postgresql.org>, David Rowley <drowley@postgresql.org>, Magnus Hagander <magnus@hagander.net>, Thomas Munro <tmunro@postgresql.org>
Date: 2025-12-09T13:04:08Z
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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Create executor and planner-backend support for decoupled heap and index
- 4a8c5d0375f1 8.1.0 cited