mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Etsuro Fujita spotted a thinko in the README commentary.
This commit is contained in:
parent
e4c00750af
commit
c4a1039fdf
@ -254,7 +254,7 @@ lower leftjoin has min LHS of {B} and min RHS of {C,D}. Given such
|
|||||||
information, join_is_legal would think it's okay to associate the upper
|
information, join_is_legal would think it's okay to associate the upper
|
||||||
join into the lower join's RHS, transforming the query to
|
join into the lower join's RHS, transforming the query to
|
||||||
B leftjoin (A leftjoin (C innerjoin D) on Pa) on (Pbcd)
|
B leftjoin (A leftjoin (C innerjoin D) on Pa) on (Pbcd)
|
||||||
which yields totally wrong answers. We prevent that by forcing the min LHS
|
which yields totally wrong answers. We prevent that by forcing the min RHS
|
||||||
for the upper join to include B. This is perhaps overly restrictive, but
|
for the upper join to include B. This is perhaps overly restrictive, but
|
||||||
such cases don't arise often so it's not clear that it's worth developing a
|
such cases don't arise often so it's not clear that it's worth developing a
|
||||||
more complicated system.
|
more complicated system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user