mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
This commit is contained in:
@ -4536,7 +4536,7 @@ transformJsonParseExpr(ParseState *pstate, JsonParseExpr *jsexpr)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* Coerce argument to target type using CAST for compatibilty with PG
|
||||
* Coerce argument to target type using CAST for compatibility with PG
|
||||
* function-like CASTs.
|
||||
*/
|
||||
arg = transformJsonValueExprExt(pstate, jsexpr->expr, JS_FORMAT_JSON,
|
||||
|
Reference in New Issue
Block a user