mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Fix typo: pg_statistics -> pg_statistic
This commit is contained in:
@@ -2876,7 +2876,7 @@ relation_needs_vacanalyze(Oid relid,
|
||||
*doanalyze = false;
|
||||
}
|
||||
|
||||
/* ANALYZE refuses to work with pg_statistics */
|
||||
/* ANALYZE refuses to work with pg_statistic */
|
||||
if (relid == StatisticRelationId)
|
||||
*doanalyze = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user