mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Remove duplicated words in comments
Author: Daniel Gustafsson Reviewed-by: Vik Fearing Discussion: https://postgr.es/m/EBC3BFEB-664C-4063-81ED-29F1227DB012@yesql.se
This commit is contained in:
@ -2517,7 +2517,7 @@ JsonbInitBinary(JsonbValue *jbv, Jsonb *jb)
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns jbv* type of of JsonbValue. Note, it never returns jbvBinary as is.
|
||||
* Returns jbv* type of JsonbValue. Note, it never returns jbvBinary as is.
|
||||
*/
|
||||
static int
|
||||
JsonbType(JsonbValue *jb)
|
||||
|
Reference in New Issue
Block a user