diff options
Diffstat (limited to 'src/backend/statistics/attribute_stats.c')
-rw-r--r-- | src/backend/statistics/attribute_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/attribute_stats.c b/src/backend/statistics/attribute_stats.c index f5eb17ba42d..ab198076401 100644 --- a/src/backend/statistics/attribute_stats.c +++ b/src/backend/statistics/attribute_stats.c @@ -547,7 +547,7 @@ get_attr_expr(Relation rel, int attnum) return NULL; /* - * The index attnum points directly to a relation attnum, then it's no an + * The index attnum points directly to a relation attnum, then it's not an * expression attribute. */ if (rel->rd_index->indkey.values[attnum - 1] != 0) |