projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf071b
)
Fix typo in comment
author
Peter Eisentraut
<
[email protected]
>
Tue, 9 Sep 2025 13:33:46 +0000
(15:33 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 9 Sep 2025 13:33:46 +0000
(15:33 +0200)
Author: Alexandra Wang <
[email protected]
>
Discussion: https://www.postgresql.org/message-id/CAK98qZ0whQ%3Dc%2BJGXbGSEBxCtLgy6sf-YGYqsKTAGsS-wt0wj%2BA%40mail.gmail.com
src/backend/utils/adt/jsonbsubs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonbsubs.c
b/src/backend/utils/adt/jsonbsubs.c
index de64d49851251e67a43aa1e62d85e576f56c7fd1..e8626d3b4fc6ef94ee278ef73db97c5bc2bbdb43 100644
(file)
--- 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 a
nd
the upper index.
+ * does not support slices, look only a
t
the upper index.
*/
foreach(idx, indirection)
{