projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e314d7
)
Typo correction (// -> /)
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 17 Mar 2000 23:17:23 +0000
(23:17 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 17 Mar 2000 23:17:23 +0000
(23:17 +0000)
src/tools/backend/index.html
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/backend/index.html
b/src/tools/backend/index.html
index 499698412c8dd8e33d26ce589ce189663901ca27..03a5a643e0b03546df35f58b5a22b95572ab4417 100644
(file)
--- a/
src/tools/backend/index.html
+++ b/
src/tools/backend/index.html
@@
-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