mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix a couple of comment typos
Author: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://postgr.es/m/CAEG8a3+MRwDKc4YSFKKPKq7Y+vMufVC5u94wM5KZPB2CbgCxnQ@mail.gmail.com
This commit is contained in:
@@ -1723,7 +1723,7 @@ push_path(JsonbParseState **st, int level, Datum *path_elems,
|
||||
{
|
||||
/*
|
||||
* tpath contains expected type of an empty jsonb created at each level
|
||||
* higher or equal than the current one, either jbvObject or jbvArray.
|
||||
* higher or equal to the current one, either jbvObject or jbvArray.
|
||||
* Since it contains only information about path slice from level to the
|
||||
* end, the access index must be normalized by level.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user