]> granicus.if.org Git - postgresql/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:32 +0000 (17:32 +0100)
The function was renamed in 908e23473, but the comment never learned
about it.

src/backend/utils/adt/jsonfuncs.c

index 059d570de7a69fced3f04c1f27349013092060d1..17ee4e40d470206ccb2e8b627a1eb7983a972f89 100644 (file)
@@ -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)