1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

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.
This commit is contained in:
Bruce Momjian
2001-01-17 06:41:31 +00:00
parent 4c4f305b15
commit 26e0321191
2 changed files with 121 additions and 171 deletions

View File

@ -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
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
single join relation.