mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user