mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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:
parent
faf071b553
commit
81a61fde84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue