Fix typo in comment

Author: Alexandra Wang <alexandra.wang.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAK98qZ0whQ%3Dc%2BJGXbGSEBxCtLgy6sf-YGYqsKTAGsS-wt0wj%2BA%40mail.gmail.com
master
Peter Eisentraut 1 day ago
parent faf071b553
commit 81a61fde84
  1. 2
      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)
{

Loading…
Cancel
Save