mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -115,7 +115,7 @@ transformTargetEntry(ParseState *pstate,
|
||||
*
|
||||
* This code acts mostly the same for SELECT, UPDATE, or RETURNING lists;
|
||||
* the main thing is to transform the given expressions (the "val" fields).
|
||||
* The exprKind parameter distinguishes these cases when necesssary.
|
||||
* The exprKind parameter distinguishes these cases when necessary.
|
||||
*/
|
||||
List *
|
||||
transformTargetList(ParseState *pstate, List *targetlist,
|
||||
|
Reference in New Issue
Block a user