From 11012c503759f8018d8831bc6eb1f998eba7ad25 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Thu, 2 Jan 2025 12:42:01 +1300 Subject: Fix an assortment of spelling mistakes and typos Author: Alexander Lakhin Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com --- src/backend/optimizer/path/indxpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/optimizer') diff --git a/src/backend/optimizer/path/indxpath.c b/src/backend/optimizer/path/indxpath.c index 028b832f655..5f428e835b0 100644 --- a/src/backend/optimizer/path/indxpath.c +++ b/src/backend/optimizer/path/indxpath.c @@ -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). -- cgit v1.2.3