From 64ef5c82de288c05191551c8d3ee2fe2f404ab5c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 17 Mar 2000 23:17:23 +0000 Subject: [PATCH] Typo correction (// -> /) --- src/tools/backend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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