Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fcaec0

Browse files
committed
Fix typo in comment
The function was renamed in 908e234, but the comment never learned about it.
1 parent cd2ec8a commit 7fcaec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ jsonb_set(PG_FUNCTION_ARGS)
35543554

35553555

35563556
/*
3557-
* SQL function jsonb_delete(jsonb, text[])
3557+
* SQL function jsonb_delete_path(jsonb, text[])
35583558
*/
35593559
Datum
35603560
jsonb_delete_path(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)