Skip to content

Commit f51358b

Browse files
soumyadeep2007my-ship-it
authored andcommitted
Correct faulty comment about relstats aggregation
Reviewed-by: Divyesh Vanjare <[email protected]>
1 parent 53cf333 commit f51358b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/vacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,8 +3235,8 @@ vacuum_combine_stats(VacuumStatsContext *stats_context, CdbPgResults *cdb_pgresu
32353235
* indexes. We parse this information, and compute the final stats
32363236
* for the QD.
32373237
*
3238-
* For pg_class stats, we compute the maximum number of tuples and
3239-
* maximum number of pages after processing the stats from each QE.
3238+
* For pg_class stats, we compute the sum of tuples, number of pages and
3239+
* allvisible pages after processing the stats from each QE.
32403240
*
32413241
*/
32423242
for(result_no = 0; result_no < cdb_pgresults->numResults; result_no++)

0 commit comments

Comments
 (0)