diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-05-07 13:57:29 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-05-07 14:40:36 +0200 |
commit | 93f9af138795a7d12366187de95f4961fb07ed98 (patch) | |
tree | 35e4575442803f08fd302d451ed522eb19d82e1d /src/backend/parser/parse_utilcmd.c | |
parent | 8d4b311d2494ca592e30aed03b29854d864eb846 (diff) | |
download | postgresql-93f9af138795a7d12366187de95f4961fb07ed98.tar.gz postgresql-93f9af138795a7d12366187de95f4961fb07ed98.zip |
Fix typos in comments about extended statistics
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210505210947.GA27406%40telsasoft.com
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
-rw-r--r-- | src/backend/parser/parse_utilcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 6fae9a96872..48cce4567b4 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -1945,7 +1945,7 @@ generateClonedExtStatsStmt(RangeVar *heapRel, Oid heapRelid, * simply append them after simple column references. * * XXX Some places during build/estimation treat expressions as if they - * are before atttibutes, but for the CREATE command that's entirely + * are before attributes, but for the CREATE command that's entirely * irrelevant. */ datum = SysCacheGetAttr(STATEXTOID, ht_stats, |