diff options
| author | Michael Paquier | 2021-04-09 04:53:07 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-04-09 04:53:07 +0000 |
| commit | 609b0652af00374b89411ea2613fd5bb92bca92c (patch) | |
| tree | f21a820ed35b1ce3c67f2a9da1b5618f805ecea2 /src/backend/statistics | |
| parent | 796092fb84c08162ae803e83a13aa8bd6d9b23d0 (diff) | |
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are
applied on back-branches where needed.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/statistics')
| -rw-r--r-- | src/backend/statistics/extended_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/extended_stats.c b/src/backend/statistics/extended_stats.c index 463d44a68a4..4674168ff80 100644 --- a/src/backend/statistics/extended_stats.c +++ b/src/backend/statistics/extended_stats.c @@ -254,7 +254,7 @@ BuildRelationExtStatistics(Relation onerel, double totalrows, * that would require additional columns. * * See statext_compute_stattarget for details about how we compute statistics - * target for a statistics objects (from the object target, attribute targets + * target for a statistics object (from the object target, attribute targets * and default statistics target). */ int |
