mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Copy editing: fix a bunch of misspellings and poor wording.
99% of this is docs, but also a couple of comments. No code changes. Justin Pryzby Discussion: https://postgr.es/m/20200919175804.GE30557@telsasoft.com
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
* executeItemOptUnwrapTarget() function have 'unwrap' argument, which indicates
|
||||
* whether unwrapping of array is needed. When unwrap == true, each of array
|
||||
* members is passed to executeItemOptUnwrapTarget() again but with unwrap == false
|
||||
* in order to evade subsequent array unwrapping.
|
||||
* in order to avoid subsequent array unwrapping.
|
||||
*
|
||||
* All boolean expressions (predicates) are evaluated by executeBoolItem()
|
||||
* function, which returns tri-state JsonPathBool. When error is occurred
|
||||
|
Reference in New Issue
Block a user