mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@ -1928,8 +1928,8 @@ deconstruct_distribute_oj_quals(PlannerInfo *root,
|
||||
* jtitems list to be ordered that way.
|
||||
*
|
||||
* We first strip out all the nullingrels bits corresponding to
|
||||
* commutating joins below this one, and then successively put them
|
||||
* back as we crawl up the join stack.
|
||||
* commuting joins below this one, and then successively put them back
|
||||
* as we crawl up the join stack.
|
||||
*/
|
||||
quals = jtitem->oj_joinclauses;
|
||||
if (!bms_is_empty(joins_below))
|
||||
|
Reference in New Issue
Block a user