Typo correction (// -> /)

This commit is contained in:
Tom Lane 2000-03-17 23:17:23 +00:00
parent 0e314d747e
commit 64ef5c82de
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ HREF="../../backend/rewrite">rewrite</A> system.<P>
The <A HREF="../../backend/optimizer">optimizer</A> takes the Query
structure and generates an optimal <A
HREF="../..//include/nodes/plannodes.h">Plan,</A> which contains the
HREF="../../include/nodes/plannodes.h">Plan,</A> which contains the
operations to be performed to execute the query. The <A
HREF="../../backend/optimizer/path">path</A> module determines the best
table join order and join type of each table in the RangeTable, using