Commit 26e03211 authored by Bruce Momjian's avatar Bruce Momjian

Move structure comments from the top block down to the line entries for

this file to match all the other files, and to be clearer.
parent 4c4f305b
...@@ -80,7 +80,7 @@ example, the WHERE clause "tab1.col1 = tab2.col1" generates a JoinInfo ...@@ -80,7 +80,7 @@ example, the WHERE clause "tab1.col1 = tab2.col1" generates a JoinInfo
for tab1 listing tab2 as an unjoined relation, and also one for tab2 for tab1 listing tab2 as an unjoined relation, and also one for tab2
showing tab1 as an unjoined relation. showing tab1 as an unjoined relation.
If we have only a single base relation in the query, we are done now. If we have only a single base relation in the query, we are done.
Otherwise we have to figure out how to join the base relations into a Otherwise we have to figure out how to join the base relations into a
single join relation. single join relation.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment