mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@ -4039,7 +4039,7 @@ estimate_multivariate_ndistinct(PlannerInfo *root, RelOptInfo *rel,
|
||||
|
||||
/*
|
||||
* Process a simple Var expression, by matching it to keys
|
||||
* directly. If there's a matchine expression, we'll try
|
||||
* directly. If there's a matching expression, we'll try
|
||||
* matching it later.
|
||||
*/
|
||||
if (IsA(varinfo->var, Var))
|
||||
|
Reference in New Issue
Block a user