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

From Anton Haglund
Subject [PATCH] Update comment in nodeBitmapHeapscan.c
Date
Msg-id aTgeSDRS3vvotg0w@accum.se
Whole thread Raw
List 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




pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Make copyObject work in C++
Next
From: Ajit Awekar
Date:
Subject: Re: Periodic authorization expiration checks using GoAway message