projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca7b0b
)
Fix typo in comment
author
Magnus Hagander
Mon, 14 Nov 2016 16:31:35 +0000
(17:31 +0100)
committer
Magnus Hagander
Mon, 14 Nov 2016 16:31:35 +0000
(17:31 +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 059d570de7a69fced3f04c1f27349013092060d1..17ee4e40d470206ccb2e8b627a1eb7983a972f89 100644
(file)
--- a/
src/backend/utils/adt/jsonfuncs.c
+++ b/
src/backend/utils/adt/jsonfuncs.c
@@
-3554,7
+3554,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)