mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@ -660,7 +660,7 @@ do_analyze_rel(Relation onerel, VacuumParams *params,
|
||||
{
|
||||
/*
|
||||
* Partitioned tables don't have storage, so we don't set any fields in
|
||||
* their pg_class entries except for relpages, which is necessary for
|
||||
* their pg_class entries except for reltuples, which is necessary for
|
||||
* auto-analyze to work properly.
|
||||
*/
|
||||
vac_update_relstats(onerel, -1, totalrows,
|
||||
|
Reference in New Issue
Block a user