From: Peter Eisentraut Date: Tue, 9 Sep 2025 13:33:46 +0000 (+0200) Subject: Fix typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81a61fde84ffc74f7b3c7854ed4193cc4d31f78b;p=thirdparty%2Fpostgresql.git Fix typo in comment Author: Alexandra Wang Discussion: https://www.postgresql.org/message-id/CAK98qZ0whQ%3Dc%2BJGXbGSEBxCtLgy6sf-YGYqsKTAGsS-wt0wj%2BA%40mail.gmail.com --- diff --git a/src/backend/utils/adt/jsonbsubs.c b/src/backend/utils/adt/jsonbsubs.c index de64d498512..e8626d3b4fc 100644 --- a/src/backend/utils/adt/jsonbsubs.c +++ b/src/backend/utils/adt/jsonbsubs.c @@ -51,7 +51,7 @@ jsonb_subscript_transform(SubscriptingRef *sbsref, /* * Transform and convert the subscript expressions. Jsonb subscripting - * does not support slices, look only and the upper index. + * does not support slices, look only at the upper index. */ foreach(idx, indirection) {