agora inbox for [email protected]  
help / color / mirror / Atom feed
From: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Subject: [PATCH 06/13] jsonpath_gram: fix typo "indexs" -> "indices"
Date: Fri, 22 Dec 2023 01:31:33 +0000

---
 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	<elems>		accessor_expr
 
-%type	<indexs>	index_list
+%type	<indices>	index_list
 
 %type	<optype>	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



view thread (3+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [PATCH 06/13] jsonpath_gram: fix typo "indexs" -> "indices"
  In-Reply-To: <no-message-id-88521@localhost>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox