Fix typos in comments about extended statistics
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20210505210947.GA27406%40telsasoft.com
This commit is contained in:
parent
8d4b311d24
commit
93f9af1387
@ -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,
|
||||
|
@ -1796,7 +1796,7 @@ statext_mcv_clauselist_selectivity(PlannerInfo *root, List *clauses, int varReli
|
||||
continue;
|
||||
|
||||
/*
|
||||
* Now we know the clause is compatible (we have either atttnums
|
||||
* Now we know the clause is compatible (we have either attnums
|
||||
* or expressions extracted from it), and was not estimated yet.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user