mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
This commit is contained in:
@@ -538,7 +538,7 @@ get_attr_stat_type(Oid reloid, AttrNumber attnum, int elevel,
|
||||
* When analyzing an expression index, believe the expression tree's type
|
||||
* not the column datatype --- the latter might be the opckeytype storage
|
||||
* type of the opclass, which is not interesting for our purposes. This
|
||||
* mimics the behvior of examine_attribute().
|
||||
* mimics the behavior of examine_attribute().
|
||||
*/
|
||||
if (expr == NULL)
|
||||
{
|
||||
|
||||
@@ -243,7 +243,7 @@ stats_fill_fcinfo_from_arg_pairs(FunctionCallInfo pairs_fcinfo,
|
||||
/*
|
||||
* For each argument name/value pair, find corresponding positional
|
||||
* argument for the argument name, and assign the argument value to
|
||||
* postitional_fcinfo.
|
||||
* positional_fcinfo.
|
||||
*/
|
||||
for (int i = 0; i < nargs; i += 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user