summaryrefslogtreecommitdiff
path: root/src/backend/statistics/attribute_stats.c
diff options
context:
space:
mode:
authorDavid Rowley2025-01-01 23:42:01 +0000
committerDavid Rowley2025-01-01 23:42:01 +0000
commit11012c503759f8018d8831bc6eb1f998eba7ad25 (patch)
tree4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/statistics/attribute_stats.c
parent50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff)
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/statistics/attribute_stats.c')
-rw-r--r--src/backend/statistics/attribute_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/attribute_stats.c b/src/backend/statistics/attribute_stats.c
index d0e1a490835..94f7dd63a03 100644
--- a/src/backend/statistics/attribute_stats.c
+++ b/src/backend/statistics/attribute_stats.c
@@ -538,7 +538,7 @@ get_attr_stat_type(Oid reloid, AttrNumber attnum, int elevel,
* When analyzing an expression index, believe the expression tree's type
* not the column datatype --- the latter might be the opckeytype storage
* type of the opclass, which is not interesting for our purposes. This
- * mimics the behvior of examine_attribute().
+ * mimics the behavior of examine_attribute().
*/
if (expr == NULL)
{