mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@@ -229,7 +229,7 @@ static int
|
||||
flattenJsonPathParseItem(StringInfo buf, JsonPathParseItem *item,
|
||||
int nestingLevel, bool insideArraySubscript)
|
||||
{
|
||||
/* position from begining of jsonpath data */
|
||||
/* position from beginning of jsonpath data */
|
||||
int32 pos = buf->len - JSONPATH_HDRSZ;
|
||||
int32 chld;
|
||||
int32 next;
|
||||
|
||||
Reference in New Issue
Block a user