From: Magnus Hagander Date: Mon, 14 Nov 2016 16:31:35 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: REL9_6_2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fcaec032f88a29d1f0c0f03a1c35be112992e4c;p=postgresql Fix typo in comment The function was renamed in 908e23473, but the comment never learned about it. --- diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c index 059d570de7..17ee4e40d4 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)