diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html index 499698412c..03a5a643e0 100644 --- a/src/tools/backend/index.html +++ b/src/tools/backend/index.html @@ -92,7 +92,7 @@ HREF="../../backend/rewrite">rewrite system.

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