We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ffa32 commit 70a845cCopy full SHA for 70a845c
src/include/access/tableam.h
@@ -655,16 +655,6 @@ typedef struct TableAmRoutine
655
struct VacuumParams *params,
656
BufferAccessStrategy bstrategy);
657
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
-
668
/*
669
* Prepare to analyze block `blockno` of `scan`. The scan has been started
670
* with table_beginscan_analyze(). See also
0 commit comments