]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Mon, 14 Nov 2016 16:31:35 +0000 (17:31 +0100)
committerMagnus Hagander <magnus@hagander.net>
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

index 5ba680112d5e14feb29eeb42ff4ad3e38ce5e3d7..77f94ee3ab416d593fe171f419353fcd6e2d50b8 100644 (file)
@@ -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)