mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@ -3341,7 +3341,7 @@ ExplainPropertyListNested(const char *qlabel, List *data, ExplainState *es)
|
||||
* If "numeric" is true, the value is a number (or other value that
|
||||
* doesn't need quoting in JSON).
|
||||
*
|
||||
* If unit is is non-NULL the text format will display it after the value.
|
||||
* If unit is non-NULL the text format will display it after the value.
|
||||
*
|
||||
* This usually should not be invoked directly, but via one of the datatype
|
||||
* specific routines ExplainPropertyText, ExplainPropertyInteger, etc.
|
||||
|
Reference in New Issue
Block a user