Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70a845c

Browse files
committed
Remove extra comment at TableAmRoutine.scan_analyze_next_block
The extra comment was accidentally copied here by 6377e12 from heapam_scan_analyze_next_block(). Reported-by: Matthias van de Meent Discussion: https://postgr.es/m/CAEze2WjC5PiweG-4oe0hB_Zr59iF3tRE1gURm8w4Cg5b6JEBGw%40mail.gmail.com
1 parent a8ffa32 commit 70a845c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/include/access/tableam.h

-10
Original file line numberDiff line numberDiff line change
@@ -655,16 +655,6 @@ typedef struct TableAmRoutine
655655
struct VacuumParams *params,
656656
BufferAccessStrategy bstrategy);
657657

658-
/*
659-
* Prepare to analyze the next block in the read stream. Returns false if
660-
* the stream is exhausted and true otherwise. The scan must have been
661-
* started with SO_TYPE_ANALYZE option.
662-
*
663-
* This routine holds a buffer pin and lock on the heap page. They are
664-
* held until heapam_scan_analyze_next_tuple() returns false. That is
665-
* until all the items of the heap page are analyzed.
666-
*/
667-
668658
/*
669659
* Prepare to analyze block `blockno` of `scan`. The scan has been started
670660
* with table_beginscan_analyze(). See also

0 commit comments

Comments
 (0)