From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Fri, 22 Dec 2023 01:31:33 +0000 Subject: [PATCH 06/13] jsonpath_gram: fix typo "indexs" -> "indices" --- src/backend/utils/adt/jsonpath_gram.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/utils/adt/jsonpath_gram.y b/src/backend/utils/adt/jsonpath_gram.y index adc259d5bf..95666b9dd3 100644 --- a/src/backend/utils/adt/jsonpath_gram.y +++ b/src/backend/utils/adt/jsonpath_gram.y @@ -67,7 +67,7 @@ static bool makeItemLikeRegex(JsonPathParseItem *expr, { JsonPathString str; List *elems; /* list of JsonPathParseItem */ - List *indexs; /* list of integers */ + List *indices; /* list of integers */ JsonPathParseItem *value; JsonPathParseResult *result; JsonPathItemType optype; @@ -92,7 +92,7 @@ static bool makeItemLikeRegex(JsonPathParseItem *expr, %type accessor_expr -%type index_list +%type index_list %type comp_op method -- 2.39.2 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0007-pg_archivecleanup-fix-typo-extention-extension-in-he.patch