mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix typo in comment.
Author: Masahiko Sawada
This commit is contained in:
@ -1637,7 +1637,7 @@ deparseColumnRef(StringInfo buf, int varno, int varattno, PlannerInfo *root,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* In case the whole-row reference is under an outer join then it has
|
* In case the whole-row reference is under an outer join then it has
|
||||||
* to go NULL whenver the rest of the row goes NULL. Deparsing a join
|
* to go NULL whenever the rest of the row goes NULL. Deparsing a join
|
||||||
* query would always involve multiple relations, thus qualify_col
|
* query would always involve multiple relations, thus qualify_col
|
||||||
* would be true.
|
* would be true.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user