projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16159c
)
Fix typo in comment
author
Magnus Hagander
<
[email protected]
>
Mon, 14 Nov 2016 16:31:35 +0000
(17:31 +0100)
committer
Magnus Hagander
<
[email protected]
>
Mon, 14 Nov 2016 16:32:42 +0000
(17:32 +0100)
The function was renamed in
908e23473
, but the comment never learned
about it.
src/backend/utils/adt/jsonfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonfuncs.c
b/src/backend/utils/adt/jsonfuncs.c
index 5ba680112d5e14feb29eeb42ff4ad3e38ce5e3d7..77f94ee3ab416d593fe171f419353fcd6e2d50b8 100644
(file)
--- a/
src/backend/utils/adt/jsonfuncs.c
+++ b/
src/backend/utils/adt/jsonfuncs.c
@@
-3553,7
+3553,7
@@
jsonb_set(PG_FUNCTION_ARGS)
/*
- * SQL function jsonb_delete(jsonb, text[])
+ * SQL function jsonb_delete
_path
(jsonb, text[])
*/
Datum
jsonb_delete_path(PG_FUNCTION_ARGS)