diff options
author | Robert Haas | 2010-04-23 23:21:44 +0000 |
---|---|---|
committer | Robert Haas | 2010-04-23 23:21:44 +0000 |
commit | 33980a0640e9b495fe85a99c16c6b4806e41325a (patch) | |
tree | 85975dfc1e6a7be6a282b6278337448468d87c76 /src/tools/backend | |
parent | 473af3973710b9e2f4e945d8290adae8de9696cc (diff) |
Fix various instances of "the the".
Two of these were pointed out by Erik Rijkers; the rest I found.
Diffstat (limited to 'src/tools/backend')
-rw-r--r-- | src/tools/backend/backend_dirs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/backend/backend_dirs.html b/src/tools/backend/backend_dirs.html index 9ce2bedfcb..a77cee96cf 100644 --- a/src/tools/backend/backend_dirs.html +++ b/src/tools/backend/backend_dirs.html @@ -63,7 +63,7 @@ href="../../backend/parser">parser</a> - converts SQL query to query tree</h2> <p>This converts SQL queries coming from <i>libpq</i> into -command-specific structures to be used the the optimizer/executor, +command-specific structures to be used the optimizer/executor, or <i>/commands</i> routines. The SQL is lexically analyzed into keywords, identifiers, and constants, and passed to the parser. The parser creates command-specific structures to hold the elements of |