aboutsummaryrefslogtreecommitdiff
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:42 +0100
commit60de884be75cafec97cb15e60e63f72cb9035549 (patch)
tree343a8057838051d78a42fb1bed933f31196db099
parentf16159ce15040b0dc0b2c01b8c7345bfc594cc28 (diff)
downloadpostgresql-60de884be75cafec97cb15e60e63f72cb9035549.tar.gz
postgresql-60de884be75cafec97cb15e60e63f72cb9035549.zip
Fix typo in comment
The function was renamed in 908e23473, but the comment never learned about it.
-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 5ba680112d5..77f94ee3ab4 100644
--- 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)