From: Magnus Hagander Date: Mon, 14 Nov 2016 16:31:35 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: REL9_5_6~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60de884be75cafec97cb15e60e63f72cb9035549;p=thirdparty%2Fpostgresql.git 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 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)