aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-11-14 17:31:35 +0100
committerMagnus Hagander <magnus@hagander.net>2016-11-14 17:32:32 +0100
commit7fcaec032f88a29d1f0c0f03a1c35be112992e4c (patch)
tree3c4e273081dd9e58a8300f6dc77bdf0c7106e13e /src
parentcd2ec8aaa16e20e07c12d076f5235e3764a963ed (diff)
downloadpostgresql-7fcaec032f88a29d1f0c0f03a1c35be112992e4c.tar.gz
postgresql-7fcaec032f88a29d1f0c0f03a1c35be112992e4c.zip
Fix typo in comment
The function was renamed in 908e23473, but the comment never learned about it.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/adt/jsonfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c
index 059d570de7a..17ee4e40d47 100644
--- 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)