mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user