mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -2620,7 +2620,7 @@ match_clause_to_index(PlannerInfo *root,
|
||||
*
|
||||
* It is also possible to match a list of OR clauses if it might be
|
||||
* transformed into a single ScalarArrayOpExpr clause. On success,
|
||||
* the returning index clause will contain a trasformed clause.
|
||||
* the returning index clause will contain a transformed clause.
|
||||
*
|
||||
* For boolean indexes, it is also possible to match the clause directly
|
||||
* to the indexkey; or perhaps the clause is (NOT indexkey).
|
||||
|
Reference in New Issue
Block a user