1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00
Peter Eisentraut
2025-09-09 15:33:46 +02:00
parent faf071b553
commit 81a61fde84

View File

@@ -51,7 +51,7 @@ jsonb_subscript_transform(SubscriptingRef *sbsref,
/* /*
* Transform and convert the subscript expressions. Jsonb subscripting * 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) foreach(idx, indirection)
{ {