aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-03-17 23:17:23 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-03-17 23:17:23 +0000
commit64ef5c82de288c05191551c8d3ee2fe2f404ab5c (patch)
tree9cfc4a52fead475b550db659658c7632c8292dfa
parent0e314d747e2803a9bea7ee69ab0c7df881277eba (diff)
downloadpostgresql-64ef5c82de288c05191551c8d3ee2fe2f404ab5c.tar.gz
postgresql-64ef5c82de288c05191551c8d3ee2fe2f404ab5c.zip
Typo correction (// -> /)
-rw-r--r--src/tools/backend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html
index 499698412c8..03a5a643e0b 100644
--- 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