1
0
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:
Peter Eisentraut
2017-01-25 14:35:31 -05:00
parent f7c6246240
commit 5a366b4ff4
5 changed files with 6 additions and 6 deletions

View File

@@ -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;
}